mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix "as of php x.x.x" weirdness from the last commit
#Coffee++ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236224 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d6a98a40e2
commit
01d58fdb1d
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<appendix id="migration52">
|
||||
<title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
|
||||
|
||||
|
@ -824,7 +824,7 @@ $obj->getCommentName('');
|
|||
<listitem>
|
||||
<simpara>
|
||||
<function>imagegrabscreen</function>
|
||||
- Grabs a screenshot of the whole screen
|
||||
- Grabs a screenshot of the whole screen. As of PHP 5.2.2.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -840,7 +840,7 @@ $obj->getCommentName('');
|
|||
<listitem>
|
||||
<simpara>
|
||||
<function>mb_list_encodings_alias_names</function>
|
||||
- Returns an array of all supported entity encodings. As of PHP 5.2.2.
|
||||
- Returns an array of all supported entity encodings
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue