downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

dcgettext> <bind_textdomain_codeset
[edit] Last updated: Fri, 24 Jun 2011

view this page in

bindtextdomain

(PHP 4, PHP 5)

bindtextdomainتعیین مسیر دامنه

Description

string bindtextdomain ( string $domain , string $directory )

تابع bindtextdomain() مسیر دامنه را تعیین می‌کند.

Parameters

domain

دامنه

directory

مسیر دایرکتوری

Return Values

مسیر کامل domain فعلی استفاده شده.

Examples

Example #1 مثال bindtextdomain()

<?php

$domain 
'myapp';
echo 
bindtextdomain($domain'/usr/share/myapp/locale');

?>

The above example will output:

/usr/share/myapp/locale



add a note add a note User Contributed Notes bindtextdomain - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites