mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 14:28:31 +00:00
Merge pull request #1881 from nasgul/patch-2
Delete unnecessary line on english.
This commit is contained in:
commit
1f4ffc026e
@ -420,8 +420,6 @@ include_once 'my-file.php';
|
||||
require 'my-file.php';
|
||||
require_once 'my-file.php';
|
||||
|
||||
// Same as include(), except require() will cause a fatal error if the
|
||||
// file cannot be included.
|
||||
// Действует также как и include(), но если файл не удалось подключить,
|
||||
// функция выдает фатальную ошибку
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user