Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

Ebay Annunci – portale gratuito di annunci
Compra e vendi computer, mp3, abbigliamento, case, auto, moto e tanto altro. Pubblica Gratis su eBay annunci il tuo annuncio e incontra l'acquirente di persona!
Scuola di cucina CAST Alimenti Brescia.
La scuola di cucina Cast Alimenti organizza corsi per cuoco, pasticcere, gelatiere, panificatore, pizzaiolo o barman. Segui i corsi di cucina e di formazione professionale organizzati da Cast e diventa professionista nel mestiere che preferisci.

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



bindtextdomain

(PHP 3>= 3.0.7, PHP 4 , PHP 5)

bindtextdomain -- Sets the path for a domain

Description

string bindtextdomain ( string domain, string directory)

The bindtextdomain() function sets the path for a domain. It returns the full pathname for the domain currently being set.

Esempio 1. bindtextdomain() example

<?php

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

?>

This will output :

/usr/share/myapp/locale