mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Change wording to make sense
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164511 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1e2537a6cf
commit
2f28bc1976
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.34 -->
|
||||
<refentry id="function.hebrev">
|
||||
<refnamediv>
|
||||
|
@ -17,8 +17,8 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
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.
|
||||
indicates maximum number of characters per line that will be
|
||||
returned. The function tries to avoid breaking words.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>hebrevc</function>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.34 -->
|
||||
<refentry id="function.hebrevc">
|
||||
<refnamediv>
|
||||
|
@ -19,8 +19,8 @@
|
|||
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</parameter>
|
||||
indicates maximum number of characters per line will be
|
||||
output. The function tries to avoid breaking words.
|
||||
indicates maximum number of characters per line that will be
|
||||
returned. The function tries to avoid breaking words.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>hebrev</function>
|
||||
|
|
Loading…
Reference in a new issue