File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
language/control-structures Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 89d80c92a1154a2903fff371f0d056bf2ac8ba27 Maintainer: takagi Status: ready -->
44
55<sect1 xml : id =" function.include-once" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <title >include_once</title >
77 <?phpdoc print-version-for =" include_once" ?>
88 <para >
9- <literal >include_once</literal > 命令は 、スクリプトの実行時に指定
10- したファイルを読み込み評価します。この動作は、
11- <function >include</function > 命令と似ていますが 、ファイルからのコー
12- ドが既に読み込まれている場合は、再度読み込まれないという重要な違い
13- があります。また、include_once は &true; を返します 。その名が示す通り、ファイルは一度しか読み込まれません。
9+ <literal >include_once</literal > 式は 、スクリプトの実行時に指定
10+ したファイルを読み込み評価します。この動作は
11+ <function >include</function > 式と似ていますが 、ファイルからのコー
12+ ドが既に読み込まれている場合は、再度読み込まれずに include_once は
13+ &true; を返すという点のみが異なります 。その名が示す通り、ファイルは一度しか読み込まれません。
1414 </para >
1515 <para >
1616 <literal >include_once</literal > は、スクリプトの実行時に同じファイ
You can’t perform that action at this time.
0 commit comments