mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-19 13:02:14 +02:00
Merge pull request #1881 from nasgul/patch-2
Delete unnecessary line on english.
This commit is contained in:
@@ -420,8 +420,6 @@ include_once 'my-file.php';
|
|||||||
require 'my-file.php';
|
require 'my-file.php';
|
||||||
require_once '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(), но если файл не удалось подключить,
|
// Действует также как и include(), но если файл не удалось подключить,
|
||||||
// функция выдает фатальную ошибку
|
// функция выдает фатальную ошибку
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user