mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Add version info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330295 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b608b32388
commit
759b9d93ea
3 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,13 @@
|
|||
<function name='enchant_broker_dict_exists' from='PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 '/>
|
||||
<function name='enchant_broker_free' from='PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 '/>
|
||||
<function name='enchant_broker_free_dict' from='PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 '/>
|
||||
<function name='enchant_broker_get_dict_path' from='PHP 5 >= 5.3.1 '/>
|
||||
<function name='enchant_broker_get_error' from='PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 '/>
|
||||
<function name='enchant_broker_init' from='PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 '/>
|
||||
<function name='enchant_broker_list_dicts' from='PHP 5 >= 5.3.0, PECL enchant >= 1.0.1'/>
|
||||
<function name='enchant_broker_request_dict' from='PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 '/>
|
||||
<function name='enchant_broker_request_pwl_dict' from='PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 '/>
|
||||
<function name='enchant_broker_set_dict_path' from='PHP 5 >= 5.3.1 '/>
|
||||
<function name='enchant_broker_set_ordering' from='PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 '/>
|
||||
<function name='enchant_dict_add_to_personal' from='PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 '/>
|
||||
<function name='enchant_dict_add_to_session' from='PHP 5 >= 5.3.0, PECL enchant >= 0.1.0 '/>
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
<parameter>replacement</parameter> parameter, one should specify a
|
||||
<parameter>callback</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
This function is available in PHP 5.4.1 or later.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<function name='mb_ereg' from='PHP 4 >= 4.2.0, PHP 5'/>
|
||||
<function name='mb_ereg_match' from='PHP 4 >= 4.2.0, PHP 5'/>
|
||||
<function name='mb_ereg_replace' from='PHP 4 >= 4.2.0, PHP 5'/>
|
||||
<function name='mb_ereg_replace_callback' from='PHP 5 >= 5.4.1'/>
|
||||
<function name='mb_ereg_search' from='PHP 4 >= 4.2.0, PHP 5'/>
|
||||
<function name='mb_ereg_search_getpos' from='PHP 4 >= 4.2.0, PHP 5'/>
|
||||
<function name='mb_ereg_search_getregs' from='PHP 4 >= 4.2.0, PHP 5'/>
|
||||
|
|
Loading…
Reference in a new issue