Jump to content
php.lv forumi

PHP skripta izpilde || f(x) by name


man.without.name

Recommended Posts

$$f_name(1,2,..) arī laikam strādās.

 

Ļoti šaubos. :)

 

<?php
function printError($s) {
echo '<div style="color: red;">' . $s . '</div>';
}
$func_name = 'printError';
$func_name('Texts');
?>

 

šis gan strādā (kāpēc neiet ar standarta funkcijām echo, print?...)

Edited by GedroX
Link to comment
Share on other sites

×
×
  • Create New...