php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
gettext.stub.php File Reference

Go to the source code of this file.

Functions

 textdomain (?string $domain=null)
 
 gettext (string $message)
 
 _ (string $message)
 
 dgettext (string $domain, string $message)
 
 dcgettext (string $domain, string $message, int $category)
 
 bindtextdomain (string $domain, ?string $directory=null)
 
 ngettext (string $singular, string $plural, int $count)
 
 dngettext (string $domain, string $singular, string $plural, int $count)
 
 dcngettext (string $domain, string $singular, string $plural, int $count, int $category)
 
 bind_textdomain_codeset (string $domain, ?string $codeset=null)
 

Function Documentation

◆ _()

_ ( string $message)

@alias gettext

Definition at line 12 of file gettext.stub.php.

◆ bind_textdomain_codeset()

bind_textdomain_codeset ( string $domain,
?string $codeset = null )

@refcount 1

Definition at line 40 of file gettext.stub.php.

◆ bindtextdomain()

bindtextdomain ( string $domain,
?string $directory = null )

@refcount 1

Definition at line 21 of file gettext.stub.php.

◆ dcgettext()

dcgettext ( string $domain,
string $message,
int $category )

@refcount 1

Definition at line 18 of file gettext.stub.php.

◆ dcngettext()

dcngettext ( string $domain,
string $singular,
string $plural,
int $count,
int $category )

@refcount 1

Definition at line 35 of file gettext.stub.php.

◆ dgettext()

dgettext ( string $domain,
string $message )

@refcount 1

Definition at line 15 of file gettext.stub.php.

◆ dngettext()

dngettext ( string $domain,
string $singular,
string $plural,
int $count )

@refcount 1

Definition at line 30 of file gettext.stub.php.

◆ gettext()

gettext ( string $message)

@refcount 1

Definition at line 9 of file gettext.stub.php.

◆ ngettext()

ngettext ( string $singular,
string $plural,
int $count )

@refcount 1

Definition at line 25 of file gettext.stub.php.

◆ textdomain()

textdomain ( ?string $domain = null)

@generate-class-entries @refcount 1

Definition at line 6 of file gettext.stub.php.