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