Okey, ; .
include . , .. , include . , ; return included.
, :
<?php return array
(
'some',
'php'
'based'
'configuration',
'file'
);
$config = include 'example-config-above.php'; , $config.
, return, 1.
Gotcha
, include 'example-config-above.php'; , , include, , , !
, , , , return , 1 , , - PEAR , , , - :
// on a lot of server setups this will load a random pear class
include 'system.php'
, 1 ( ) , .
, :
include __DIR__.'/system.php'