mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
fixed typos and XML for hebrev/hebrevc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29938 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1aa8487ae7
commit
e77a7eb3ab
1 changed files with 4 additions and 2 deletions
|
@ -663,10 +663,11 @@ $original = strtr ($str, $trans);
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The optional parameter <parameter>max_chars_per_line</parameters>
|
||||
The optional parameter <parameter>max_chars_per_line</parameter>
|
||||
indicates maximum number of characters per line will be output. The
|
||||
function tries to avoid breaking words.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>hebrevc</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -693,10 +694,11 @@ $original = strtr ($str, $trans);
|
|||
<para>
|
||||
This function is similar to <function>hebrev</function> with the
|
||||
difference that it converts newlines (\n) to "<br>\n".
|
||||
The optional parameter <parameter>max_chars_per_line</parameters>
|
||||
The optional parameter <parameter>max_chars_per_line</parameter>
|
||||
indicates maximum number of characters per line will be output. The
|
||||
function tries to avoid breaking words.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>hebrev</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue