mirror of
https://github.com/macintoshplus/doc-en.git
synced 2026-03-24 08:52:18 +01:00
The _() function is an alias of the gettext() function. Adding a dedicated manual page for this function will remove the need for the special cases created for it when generating the manual. See: - https://bugs.php.net/bug.php?id=63490 -b67fa163ba-fdec771e1f- https://github.com/php/php-src/blob/PHP-4.0/ext/gettext/gettext.c#L39 - https://github.com/php/web-php/pull/1029 - https://github.com/php/systems/pull/23
38 lines
862 B
XML
38 lines
862 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<refentry xml:id="function.-" xmlns="http://docbook.org/ns/docbook">
|
|
<refnamediv>
|
|
<refname>_</refname>
|
|
<refpurpose>&Alias; <function>gettext</function></refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<simpara>
|
|
&info.function.alias;
|
|
<function>gettext</function>.
|
|
</simpara>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|