mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
bc9b6a1a32
commit
fa27d0b63e
2 changed files with 2 additions and 1 deletions
|
@ -2440,6 +2440,7 @@ ImageDestroy ($im);
|
|||
<refnamediv>
|
||||
<refname>ImageSetStyle</refname>
|
||||
<refpurpose>Set the style for line drawing
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue