検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 747 for [SIMILAR] 16 1024 4096 WITH 23223 param WITH 169... (0.711 sec.)
CGI およびコマンドライン 0
« LiteSpeed/OpenLiteSpeed Webサーバ(Unixシステム用) OpenBSD へのインストール » PHP Manual Unix システムへのインストール CGI およびコマンドライン CGI およびコマンドライン デフォルトでは、PHP は CLI および CGI プログラムとしてビルドされます。 これを使って CGI の処理を行うことができます。 P ...
https://man.plustar.jp/php/install.unix.commandline.html - [similar]
Apache 関数 0
« 定義済み定数 apache_child_terminate » PHP Manual Apache Apache 関数 Apache 関数 目次 apache_child_terminate — このリクエストの後にApacheプロセスを終了する apache_get_modules — ロードされた Apache モジュールのリストを取得する apache_get_version — Apache のバージョンを取得する apache_get ...
https://man.plustar.jp/php/ref.apache.html - [similar]
SessionHandler クラス 0
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionHandler クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに SessionHandler は特殊なクラスで、 これを継承したクラスを作れば PHP が内部的に使っているセッション保存ハンドラを拡張できます。 このクラスに ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]
指定された関数の戻り値の型を取得する 0
« ReflectionFunctionAbstract::getParameters ReflectionFunctionAbstract::getShortName » PHP Manual ReflectionFunctionAbstract 指定された関数の戻り値の型を取得する ReflectionFunctionAbstract::getReturnType (PHP 7, PHP 8) ReflectionFunctionAbstract::getReturnType — 指定された関数の戻り値の型 ...
https://man.plustar.jp/php/reflectionfunctionabstract.getreturntype.html - [similar]
関数が戻り値の型を指定しているかを調べる 0
« ReflectionFunctionAbstract::getTentativeReturnType ReflectionFunctionAbstract::hasTentativeReturnType » PHP Manual ReflectionFunctionAbstract 関数が戻り値の型を指定しているかを調べる ReflectionFunctionAbstract::hasReturnType (PHP 7, PHP 8) ReflectionFunctionAbstract::hasReturnType — 関 ...
https://man.plustar.jp/php/reflectionfunctionabstract.hasreturntype.html - [similar]
foreach 0
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を反復処理するための便利な方法です。 foreach が使えるのは配列とオブジェクトだけであり、 別のデータ型や初期化前の変数に対して使うとエラーになります。 この構造には二種類の構文があります。 foreach ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]
数字かどうかを調べる 0
« ctype_cntrl ctype_graph » PHP Manual Ctype 関数 数字かどうかを調べる ctype_digit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_digit — 数字かどうかを調べる 説明 ctype_digit ( mixed $text ): bool 与えられた文字列 text のすべての文字が 数字であるかどうかを調べます。 パラメータ text 調べる文 ...
https://man.plustar.jp/php/function.ctype-digit.html - [similar]
文字エンコーディング変換用の設定を行なう 0
« iconv_mime_encode iconv_strlen » PHP Manual iconv 関数 文字エンコーディング変換用の設定を行なう iconv_set_encoding (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) iconv_set_encoding — 文字エンコーディング変換用の設定を行なう 説明 iconv_set_encoding ( string $type , string $encoding ): bool type ...
https://man.plustar.jp/php/function.iconv-set-encoding.html - [similar]
構文 0
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使うことで、定数を宣言することが出来ます。 define() を使えば任意の式を使って定数を定義できますが、 const キーワードを使う場合には、 次の段落で説明する制約があります。 定数が一度定義されると、 変 ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
スクリプトに渡された引数の数 0
« $http_response_header $argv » PHP Manual 定義済の変数 スクリプトに渡された引数の数 $argc (PHP 4, PHP 5, PHP 7, PHP 8) $argc — スクリプトに渡された引数の数 説明 コマンドライン から実行したときに、 現在のスクリプトに渡された引数の数が含まれます。 注意 : スクリプトのファイル名は、常にスク ...
https://man.plustar.jp/php/reserved.variables.argc.html - [similar]