mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
new snippet about passing an array of object/method name for callbacks.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64133 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
38b4f3363d
commit
ebf05a2c2f
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ testing the return value of this function.</simpara></warning>'>
|
|||
<!ENTITY note.not-bin-safe '<warning><simpara>This function is not (yet) binary safe!</simpara></warning>'>
|
||||
<!ENTITY note.bin-safe '<note><simpara>This function is binary-safe</simpara></note>'>
|
||||
<!ENTITY note.no-windows '<note><simpara>This function is not implemented on Windows-platforms</simpara></note>'>
|
||||
<!ENTITY note.func-callback '<note><simpara>Instead of a function name, an
|
||||
array containing an object reference and a method name can also be
|
||||
supplied.</simpara></note>'>
|
||||
|
||||
<!-- Notes for safe-mode limited functions: -->
|
||||
<!ENTITY note.sm.disabled '<note><simpara>&sm.disabled;</simpara></note>'>
|
||||
|
|
Loading…
Reference in a new issue