Files
Maurício Meneghini Fauth 9dea6e3d7b Create reference/gettext/functions/-.xml (#3556)
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
2024-07-19 16:17:25 -03:00

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
-->