Вие сте на: Searching include
Searching include:
Searching include - Manual in BULGARIAN
Searching include - Manual in GERMAN
Searching include - Manual in ENGLISH
Searching include - Manual in FRENCH
Searching include - Manual in POLISH
Searching include - Manual in PORTUGUESE
Последни търсения:
index functions ,
include functions ,
variable functions ,
post functions
function.get-included-files
include_path
get_loaded_extensions
PHP Options/Info Функции
PHP Manual
get_included_f
included_files
(PHP 4, PHP 5)get_included_files — Returns an array with the names of include
included_files — Returns an array with the names of included or required files
Опи
included or required files
Описание
array get_included_files
( void
)
included_files
( void
)
Gets the names of all files that have been included using
i
included using
include(), include_once(),
require() or require_once().
Връщан
include(), include_once(),
require() or require_once().
Връщани стойнос
include_once(),
require() or require_once().
Връщани стойности
R
included file," so it will
be listed together with the files referenced by
include() and
include() and family.
Files that are included or required multiple times only show up once
included or required multiple times only show up once in
the returned array.
Днев
included_files() was an associative array and
only listed files included by include() and
included by include() and
include_once().
При
include() and
include_once().
Примери
include_once().
Примери
Example #1 get_
included_files() example
<?php// This file is abc.phpinclude 'test
include 'test1.php';include_once 'test2.php';require 'test3.php';require_once 't
include_once 'test2.php';require 'test3.php';require_once 'test4.php';$included_files
included_files = get_included_files();foreach ($included_files as $filename
included_files();foreach ($included_files as $filename) {  
included_files as $filename) { echo "$filename\n";}?>
included using the auto_prepend_file
configuration directive are not included in the returned ar
included in the returned array.
Вж. също
include() - include
inc
include() - include
include_once() - include_once
require() - require
require_once() - r
include
include_once() - include_once
require() - require
require_once() - require_once
include_once() - include_once
require() - require
require_once() - require_once
get_requ
include_once
require() - require
require_once() - require_once
get_required_files() - П
included_files
get_include_path
get_loaded_extensions
PHP Options/Info Функции
include_path
get_loaded_extensions
PHP Options/Info Функции
PHP Manual
function.include-once
include_once()
Инструкцията include_once() включва и изпълнява
д
include_once() включва и изпълнява
даден файл по време на из
include(),
с единствената разлика, че ако кодът от файла ве
include_once() би трябвало да бъде използвана на места, къдет
include_once(), разгледайте
» PEAR кода, включен в последнат
include(). Ако файлът вече е бил
включен, тази функция ще в
include_once() е добавена в PHP 4.0.1
Забележка:
Отбеле
include_once()
и require_once() може да бъде различно от очакванот
include_once() е нечувствителна към регистъра под Windows
<?p
include_once "a.php"; // това ще включи a.phpinclude_once&
include_once "A.php"; // това отново ще включи
include(),
require(), require_once(),
get_required_files(),
domdocument.xinclude
include
(PHP 5)DOMDocument::xinclude —
Substitutes XIncludes in a DOMDocument Object
include —
Substitutes XIncludes in a DOMDocument Object
Описание
i
include
([ int $options
] )
This method substitutes » XIncludes in a DOMDocument
included XML file have an attached DTD.
Параметри
options
include() example
<?php$xml = <<<EOD<?xml version="1.0" ?&g
include href="book.xml"> <xi:fallback> <err
include: book.xml not found</error> </xi:fallback>
include> </para></chapter>EOD;$dom = new DOMDocument;// let'
includes$dom->xinclude();echo $dom->saveXML();?>
Примерът по-г
include();echo $dom->saveXML();?>
Примерът по-горе ще изв
function.domdocument-xinclude
function.bcompiler-write-included-filename
included_filename
(PECL bcompiler >= 0.5)bcompiler_write_included_filename — Writes an in
included_filename — Writes an included file as bytecodes
Описание
bool
included file as bytecodes
Описание
bool bcompiler_write_included_filename
included_filename
( resource $filehandle
, string $filename
)
Предупрежден
function.restore-include-path
include_path
PHP Options/Info Функции
PHP Manual
restore_include_path
(PHP 4 >= 4
include_path
(PHP 4 >= 4.3.0, PHP 5)restore_include_path — Restores the value of the incl
include_path — Restores the value of the include_path configuration option
Описа
include_path configuration option
Описание
void restore_include_path
( vo
include_path
( void
)
Restores the include_path
configuration option back to its or
include_path
configuration option back to its original master value as set in
php.ini
include_path() example
<?phpecho get_include_path(); // .:/usr/local/l
include_path(); // .:/usr/local/lib/phpset_include_path('/inc');echo get_includ
include_path('/inc');echo get_include_path(); // /inc// Works as 
include_path(); // /inc// Works as of PHP 4.3.0restore_incl
include_path();// Works in all PHP versionsini_restore('include_path');echo
include_path');echo get_include_path(); // .:/usr/local/lib/php?>
include_path(); // .:/usr/local/lib/php?>
Вж. също
include_path() - Gets the current include_path configuration option
set_include_path() - Sets th
include_path configuration option
set_include_path() - Sets the include_path configuration optio
include_path() - Sets the include_path configuration option
include() - include
put
include_path configuration option
include() - include
putenv
set_include_path
PHP
include() - include
putenv
set_include_path
PHP Options/Info Функции
PHP Manu
include
putenv
set_include_path
PHP Options/Info Функции
PHP Manual
include_path
PHP Options/Info Функции
PHP Manual
function.set-include-path
include_path
set_magic_quotes_runtime
PHP Options/Info Функции
PHP Manual
set_include
include_path
(PHP 4 >= 4.3.0, PHP 5)set_include_path — Sets the include_path configuratio
include_path — Sets the include_path configuration option
Описание
stri
include_path configuration option
Описание
string set_include_path
( stri
include_path
( string $new_include_path
)
Sets the include_path
configuration optio
include_path
)
Sets the include_path
configuration option for the duration of the scrip
include_path
configuration option for the duration of the script.
Параметри
include_path
The new value for the include_path
include_path
Връщани стойности
Returns the
include_path on
success or FALSE on failure.
Примери
Example #1 set_
include_path() example
<?php// Works as of PHP 4.3.0set_include_pa
include_path('/inc');// Works in all PHP versionsini_set('include_path',&nb
include_path', '/inc');?>
Example #2 Adding to the include path
include path
Making use of the PATH_SEPARATOR constant, it is
possible to extend the
include path regardless of the operating system.
In this example we add /usr/lib/pear
include_path.
<?php$path = '/usr/lib/pear';set_include_path(get_include_path
include_path(get_include_path() . PATH_SEPARATOR . $path);?>
include_path() . PATH_SEPARATOR . $path);?>
Вж. съ
include_path() - Gets the current include_path configuration option
restore_include_path() - Res
include_path configuration option
restore_include_path() - Restores the value of the include_pat
include_path() - Restores the value of the include_path configuration option
include() - include
include_path configuration option
include() - include
restore_include_path
set_mag
include() - include
restore_include_path
set_magic_quotes_runtime
PHP Options/Info Ф
include
restore_include_path
set_magic_quotes_runtime
PHP Options/Info Функции
include_path
set_magic_quotes_runtime
PHP Options/Info Функции
PHP Manual
internals2.opcodes.include-or-eval
function.include
include()
Инструкцията include() включва и изпълнява даден ф
include() включва и изпълнява даден файл.
Документацият
include() не се държи по този начин, скриптът ще продължи не
include_path.
Трябва да знаете, че грешка в синтаксиса на из
include_path) относително спрямо
текущата работна директор
include/a.php и там има include "b.php"
в този файл, за b.php ще б
include "b.php"
в този файл, за b.php ще бъде търсено първо
include/.
Ако името на файла започва с ./ или ../, той ще бъде
include()
vars.php<?php$color = 'зелена';$fruit = 'ябълка';?
include
function.ps-include-file
include_file
(PECL ps >= 1.3.4)ps_include_file — Reads an external file with raw PostScri
include_file — Reads an external file with raw PostScript code
Описание
include_file
( resource $psdoc
, string $file
)
ПредупреждениеКъм
function.get-include-path
included_files
PHP Options/Info Функции
PHP Manual
get_include_path
(PHP 4 >= 4.3
include_path
(PHP 4 >= 4.3.0, PHP 5)get_include_path — Gets the current include_path conf
include_path — Gets the current include_path configuration option
Описание
include_path configuration option
Описание
string get_include_path
( void
include_path
( void
)
Gets the current include_path
configuration option value.
include_path
configuration option value.
Връщани стойности
Retur
include_path() example
<?php// Works as of PHP 4.3.0echo get_
include_path();// Works in all PHP versionsecho ini_get('include_path'
include_path');?>
Вж. също
ini_get() - Gets the value of
include_path() - Restores the value of the include_path configuration option
set_include_path()
include_path configuration option
set_include_path() - Sets the include_path configuration optio
include_path() - Sets the include_path configuration option
include() - include
get
include_path configuration option
include() - include
get_extension_funcs
get_incl
include() - include
get_extension_funcs
get_included_files
PHP Options/Info Функ
include
get_extension_funcs
get_included_files
PHP Options/Info Функции
PHP M
included_files
PHP Options/Info Функции
PHP Manual
function.stream-resolve-include-path
include-pat
kancelaria prawnicza wrocław
szkolenia bhp bydgoszcz
szkoła jazdy Wałbrzych
angielski
prof. dr Zbigniew radwański prawo cywilne podręcznik