検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 674 for [SIMILAR] 16 1024 4096 WITH 59364 compact WITH 1... (2.512 sec.)
timestampNonceHandler コールバックを設定する 0
« OAuthProvider::setRequestTokenPath OAuthProvider::tokenHandler » PHP Manual OAuthProvider timestampNonceHandler コールバックを設定する OAuthProvider::timestampNonceHandler (PECL OAuth >= 1.0.0) OAuthProvider::timestampNonceHandler — timestampNonceHandler コールバックを設定する 説明 pub ...
https://man.plustar.jp/php/oauthprovider.timestampnoncehandler.html - [similar]
ジェネレータの $this の値を取得する 0
« ReflectionGenerator::getFunction ReflectionGenerator::getTrace » PHP Manual ReflectionGenerator ジェネレータの $this の値を取得する ReflectionGenerator::getThis (PHP 7, PHP 8) ReflectionGenerator::getThis — ジェネレータの $this の値を取得する 説明 public ReflectionGenerator::getThis () ...
https://man.plustar.jp/php/reflectiongenerator.getthis.html - [similar]
SOAP 関数の一覧を返す 0
« SoapClient::__getCookies SoapClient::__getLastRequest » PHP Manual SoapClient SOAP 関数の一覧を返す SoapClient::__getFunctions (PHP 5, PHP 7, PHP 8) SoapClient::__getFunctions — SOAP 関数の一覧を返す 説明 public SoapClient::__getFunctions (): ? array ウェブサービスの WSDL に記述されてい ...
https://man.plustar.jp/php/soapclient.getfunctions.html - [similar]
SQL ステートメントを実行するために準備する 0
« mysqli_stmt::$param_count mysqli_stmt::reset » PHP Manual mysqli_stmt SQL ステートメントを実行するために準備する mysqli_stmt::prepare mysqli_stmt_prepare (PHP 5, PHP 7, PHP 8) mysqli_stmt::prepare -- mysqli_stmt_prepare — SQL ステートメントを実行するために準備する 説明 オブジェクト指向 ...
https://man.plustar.jp/php/mysqli-stmt.prepare.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]
文字列を Javascript のコードとして実行する 0
« V8Js::__construct V8Js::getExtensions » PHP Manual V8Js 文字列を Javascript のコードとして実行する V8Js::executeString (PECL v8js >= 0.1.0) V8Js::executeString — 文字列を Javascript のコードとして実行する 説明 public V8Js::executeString ( string $script , string $identifier = "V8Js::ex ...
https://man.plustar.jp/php/v8js.executestring.html - [similar]