mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove example credits (we do that in the changelog not xml)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192973 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ab84138197
commit
dc97f59b99
5 changed files with 9 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imagecreatefromgif">
|
||||
<refnamediv>
|
||||
|
@ -22,10 +22,7 @@
|
|||
displays as a broken link in a browser. To ease debugging the
|
||||
following example will produce an error GIF:
|
||||
<example>
|
||||
<title>
|
||||
Example to handle an error during creation (courtesy
|
||||
vic at zymsys dot com)
|
||||
</title>
|
||||
<title>Example to handle an error during creation</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.4 -->
|
||||
<refentry id="function.imagecreatefromjpeg">
|
||||
<refnamediv>
|
||||
|
@ -22,10 +22,7 @@
|
|||
displays as a broken link in a browser. To ease debugging the
|
||||
following example will produce an error <acronym>JPEG</acronym>:
|
||||
<example>
|
||||
<title>
|
||||
Example to handle an error during creation (courtesy
|
||||
vic at zymsys dot com )
|
||||
</title>
|
||||
<title>Example to handle an error during creation</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.4 -->
|
||||
<refentry id="function.imagecreatefrompng">
|
||||
<refnamediv>
|
||||
|
@ -22,10 +22,7 @@
|
|||
displays as a broken link in a browser. To ease debugging the
|
||||
following example will produce an error <acronym>PNG</acronym>:
|
||||
<example>
|
||||
<title>
|
||||
Example to handle an error during creation (courtesy
|
||||
vic at zymsys dot com)
|
||||
</title>
|
||||
<title>Example to handle an error during creation</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.30 -->
|
||||
<refentry id="function.imagecreatefromwbmp">
|
||||
<refnamediv>
|
||||
|
@ -22,10 +22,7 @@
|
|||
displays as a broken link in a browser. To ease debugging the
|
||||
following example will produce an error <acronym>WBMP</acronym>:
|
||||
<example>
|
||||
<title>
|
||||
Example to handle an error during creation (courtesy
|
||||
vic at zymsys dot com)
|
||||
</title>
|
||||
<title>Example to handle an error during creation</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
|
||||
<refentry id="function.imagefilledarc">
|
||||
<refnamediv>
|
||||
|
@ -54,8 +54,6 @@
|
|||
<![CDATA[
|
||||
<?php
|
||||
|
||||
// this example is provided by poxy at klam dot is
|
||||
|
||||
// create image
|
||||
$image = imagecreatetruecolor(100, 100);
|
||||
|
||||
|
|
Loading…
Reference in a new issue