mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Documenting hebrev and hebervc (Zeev mentioned them some time ago)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29937 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1d5d76ee19
commit
1aa8487ae7
1 changed files with 58 additions and 0 deletions
|
@ -644,6 +644,64 @@ $original = strtr ($str, $trans);
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.hebrev">
|
||||
<refnamediv>
|
||||
<refname>hebrev</refname>
|
||||
<refpurpose>
|
||||
Convert logical Hebrew text to visual text
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>htmlentities</function></funcdef>
|
||||
<paramdef>string <parameter>string</parameter></paramdef>
|
||||
<paramdef>int
|
||||
<parameter><optional>max_chars_per_line</optional></parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The optional parameter <parameter>max_chars_per_line</parameters>
|
||||
indicates maximum number of characters per line will be output. The
|
||||
function tries to avoid breaking words.
|
||||
</para>
|
||||
See also <function>hebrevc</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.hebrevc">
|
||||
<refnamediv>
|
||||
<refname>hebrevc</refname>
|
||||
<refpurpose>
|
||||
Convert logical Hebrew text to visual text with newline conversion
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>hebrevc</function></funcdef>
|
||||
<paramdef>string <parameter>string</parameter></paramdef>
|
||||
<paramdef>int
|
||||
<parameter><optional>max_chars_per_line</optional></parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<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>
|
||||
indicates maximum number of characters per line will be output. The
|
||||
function tries to avoid breaking words.
|
||||
</para>
|
||||
See also <function>hebrev</function>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.htmlentities">
|
||||
<refnamediv>
|
||||
<refname>htmlentities</refname>
|
||||
|
|
Loading…
Reference in a new issue