mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed broken [build|link].
This commit is contained in:
parent
a69f6cf5d2
commit
8ef027f131
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
Truncates <type>string</type> <parameter>string</parameter> to specified <parameter>width</parameter>,
|
||||
where halfwidth characters count as <literal>1</literal>, and fullwidth
|
||||
characters count as <literal>2</literal>.
|
||||
See <link xlink:href="&url.unicode.reports.tr;11/">&url.unicode.reports.tr;11/</link>
|
||||
See <link xlink:href="&url.unicode.reports;">&url.unicode.reports;</link>
|
||||
for details regarding East Asian character widths.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
Returns the width of <type>string</type> <parameter>string</parameter>,
|
||||
where halfwidth characters count as <literal>1</literal>, and fullwidth
|
||||
characters count as <literal>2</literal>.
|
||||
See <link xlink:href="&url.unicode.reports.tr;11/">&url.unicode.reports.tr;11/</link>
|
||||
See <link xlink:href="&url.unicode.reports;">&url.unicode.reports;</link>
|
||||
for details regarding East Asian character widths.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue