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: Fri, 17 May 2013

view this page in

Yaf_Application::environ

(Yaf >=1.0.0)

Yaf_Application::environRetrive environ

Descrição

public void Yaf_Application::environ ( void )

Retrive environ which was defined in yaf.environ which has a default value "product".

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Exemplos

Exemplo #1 Yaf_Application::environ()example

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

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

O exemplo acima irá imprimir algo similar à:

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 | stats | sitemap | contact | advertising | mirror sites