PHP/Utility Function/require once

Материал из Web эксперт
Версия от 10:07, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

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>