git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225981 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2006-12-29 00:45:05 +00:00
parent ae447c60cd
commit d1c4fd8550

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.171 $ -->
<!-- $Revision: 1.172 $ -->
<chapter id="language.types">
<title>Types</title>
@ -2364,8 +2364,9 @@ $var = NULL;
object as the element with index 0.
</para>
<para>
Apart common user-defined function, <function>create_function</function>
can be used to create an anonymous callback function.
Apart from common user-defined function,
<function>create_function</function> can be used to create an anonymous
callback function.
</para>
<para>