mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix bug: #11453
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49830 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2ad10486d1
commit
9efd316597
1 changed files with 3 additions and 3 deletions
|
@ -128,9 +128,9 @@ print (gettext ("Welcome to My PHP Application"));
|
|||
<para>
|
||||
This function sets the domain to search within when calls are
|
||||
made to <function>gettext</function>, usually the named after an
|
||||
application. The previous default domain is returned. Call it
|
||||
with no parameters to get the current setting without changing
|
||||
it.
|
||||
application. The previous default domain is returned.
|
||||
Call it with NULL as parameter to get the current setting without
|
||||
changing it.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue