PHP/Utility Function/require once — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
| |
Версия 10:37, 26 мая 2010
require_once() function ensures that the insertion file is included only once in your script.
Its syntax follows: require_once(file insertion_file)