Corrected some errors,

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49638 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2001-06-13 00:01:10 +00:00
parent bc9b6a1a32
commit fa27d0b63e
2 changed files with 2 additions and 1 deletions

View file

@ -2440,6 +2440,7 @@ ImageDestroy ($im);
<refnamediv>
<refname>ImageSetStyle</refname>
<refpurpose>Set the style for line drawing
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>

View file

@ -551,7 +551,7 @@ $binary = base_convert ($hexadecimal, 16, 2);
characters it encounters by <literal>0</literal>. This way, all
left zeros are ignored, but right zeros will be valued.
<example>
<title><function>hexdec</function> example</function>
<title><function>hexdec</function> example</title>
<programlisting role="php">
var_dump(hexdec("See"));
var_dump(hexdec("ee"));