From 6931a45946a68a49022bd3765add2c49727ee5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 30 Dec 2017 15:13:29 +0100 Subject: doc: update Japanese auto-generated files --- doc/ja/autogen/user/php_commands.adoc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/ja/autogen/user/php_commands.adoc') diff --git a/doc/ja/autogen/user/php_commands.adoc b/doc/ja/autogen/user/php_commands.adoc index fba7b8563..fafeb5356 100644 --- a/doc/ja/autogen/user/php_commands.adoc +++ b/doc/ja/autogen/user/php_commands.adoc @@ -12,16 +12,16 @@ reload|unload [-q] [] version - list: list loaded scripts -listfull: list loaded scripts (verbose) - load: load a script -autoload: load all scripts in "autoload" directory - reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) - unload: unload a script (if no name given, unload all scripts) -filename: script (file) to load - name: a script name (name used in call to "register" function) - -q: quiet mode: do not display messages - version: display the version of interpreter used + list: ロード済みスクリプトをリストアップ +listfull: ロード済みスクリプトをリストアップ (詳細) + load: スクリプトをロード +autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード + reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード) + unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード) +filename: ロードするスクリプト (ファイル) + name: スクリプト名 (名前は "register" 関数を呼び出すために使われる) + -q: 出力抑制モード: メッセージを表示しない + version: 使用中のインタプリタのバージョンを表示 -Without argument, this command lists all loaded scripts. +引数無しの場合、全てのロード済みスクリプトをリストアップします。 ---- -- cgit v1.2.3