Answers for "string value print in php"

PHP
0

php print

print "<p>Módulo: ${modulo}</p>"
Posted by: Guest on October-10-2021
0

php print

$txt_pi = sprintf("El número PI vale %+.2f", 3.1416);
Posted by: Guest on October-10-2021
0

php print

printf("El número PI vale %+.2f", 3.1416); // +3.14
Posted by: Guest on October-10-2021

Browse Popular Code Answers by Language