mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
mark function as deprecated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176300 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
78048f12db
commit
243e276206
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
|
||||
<refentry id="function.bcompiler-parse-class">
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,12 @@
|
|||
<methodparam><type>string</type><parameter>class</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>callback</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<note>
|
||||
<para>
|
||||
This function has been removed from bcompiler and is no
|
||||
longer available as of bcompiler 0.5.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
reads the bytecodes of a class and calls back to a user function
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue