<?php declare(strict_types = 1); $value = "12345678910111213141516171819"; $sprintf_result = sprintf('lu=%lu', $value); var_dump($sprintf_result);//contains the expected string
You have javascript disabled. You will not be able to edit any code.