mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Missing fullstop
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269463 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d2c5ea708f
commit
eb774d9fc0
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<refentry xml:id="function.imagecreatefromstring" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>imagecreatefromstring</refname>
|
||||
|
@ -13,7 +13,7 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>imagecreatefromstring</function> returns an image identifier
|
||||
representing the image obtained from the given <parameter>data</parameter>
|
||||
representing the image obtained from the given <parameter>data</parameter>.
|
||||
These types will be automatically detected if your build of PHP supports
|
||||
them: JPEG, PNG, GIF, WBMP, and GD2.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue