PHP/Utility Function/require once — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
м (1 версия)
 
(нет различий)

Версия 13:37, 26 мая 2010

require_once() function ensures that the insertion file is included only once in your script.

   <source lang="html4strict">

Its syntax follows: require_once(file insertion_file)

 </source>