PHP/Utility Function/require once

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

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>