mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mention create_function by callback (bug #36584)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208442 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
289e5b2aef
commit
e50b6153cf
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.158 $ -->
|
||||
<!-- $Revision: 1.159 $ -->
|
||||
<chapter id="language.types">
|
||||
<title>Types</title>
|
||||
|
||||
|
@ -2315,6 +2315,10 @@ $var = NULL;
|
|||
object of that class by passing the class name instead of an
|
||||
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.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue