PHP/Funkcijos: Skirtumas tarp puslapio versijų

Ištrintas turinys Pridėtas turinys
SNėra keitimo santraukos
 
SNėra keitimo santraukos
233 eilutė:
create_function creates a function with parameters $one and $two, with a code to evaluate return...
When create_function is executed, it stores the function's info in the memory and returns the function's name. This means that you cannot customise the name of the function although that would be preferred by most developers.
[[Category:PHP]]