require_once 'File.php';
mixed File::buildpath (array $parts [, string $separatir = DIRECTORY_SEPARATOR])
mixed File::buildpath
deprecated
Эта функция может быть вызвана статически.
Пример 39-1. Using File::write()
<?php require_once 'File.php'; // deprecated Use File_Util::buildPath() instead. ?>