PHP/Utility Function/require once

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

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

 
Its syntax follows: require_once(file insertion_file)