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

search for in the

Yaf_Application::execute> <Yaf_Application::__destruct
[edit] Last updated: Wed, 19 Jun 2013

view this page in

Yaf_Application::environ

(Yaf >=1.0.0)

Yaf_Application::environRécupère la propriété environ

Description

public void Yaf_Application::environ ( void )

Récupère la propriété yaf.environ qui a été défini dans yaf.environ, qui a comme valeur par défaut "product".

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Exemples

Exemple #1 Exemple avec Yaf_Application::environ()

<?php
$config 
= array(
    
"application" => array(
        
"directory" => realpath(dirname(__FILE__)) . "/application",
    ),
);

/** Yaf_Application */
$application = new Yaf_Application($config);
print_r($application->environ());
?>

L'exemple ci-dessus va afficher quelque chose de similaire à :

product


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

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