mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
build fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65687 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
acc203be6e
commit
df84364ef9
1 changed files with 25 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.69 $ -->
|
||||
<!-- $Revision: 1.70 $ -->
|
||||
<reference id="ref.image">
|
||||
<title>Image functions</title>
|
||||
<titleabbrev>Image</titleabbrev>
|
||||
|
@ -3443,6 +3443,30 @@ ExifVersion: 0200
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.iptcembed'>
|
||||
<refnamediv>
|
||||
<refname>iptcembed</refname>
|
||||
<refpurpose>
|
||||
Embed binary IPTC data into a JPEG image.
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>array <function>iptcembed</function></funcdef>
|
||||
<paramdef>string <parameter>iptcdata</parameter></paramdef>
|
||||
<paramdef>string <parameter>jpeg_file_name</parameter></paramdef>
|
||||
<paramdef>int <parameter><optional>spool</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
</reference>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue