検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 373 for [SIMILAR] 16 1024 4096 WITH 22938 括弧 WITH 1839... (0.363 sec.)
コールバック / Callable 0
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 callable 型で表されます。 call_user_func() や usort() 等の関数は、ユーザーが定義するコールバック関数を引数として受け入れます。 コールバック関数は、単純な関数だけでなく、オブジェクトのメソッド あ ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
HTTP GET 変数 0
« $_SERVER $_POST » PHP Manual 定義済の変数 HTTP GET 変数 $_GET (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_GET — HTTP GET 変数 説明 URL パラメータ (a.k.a クエリストリング) で現在のスクリプトに渡された変数の連想配列です。 この配列の値は、GETリクエストだけでなく、クエリストリングが含まれた全て ...
https://man.plustar.jp/php/reserved.variables.get.html - [similar]
オブジェクトに関連づけられたデータを返す 0
« SplObjectStorage::offsetExists SplObjectStorage::offsetSet » PHP Manual SplObjectStorage オブジェクトに関連づけられたデータを返す SplObjectStorage::offsetGet (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplObjectStorage::offsetGet — オブジェクトに関連づけられたデータを返す 説明 public SplObjectStora ...
https://man.plustar.jp/php/splobjectstorage.offsetget.html - [similar]
レスポンス本文に追記する 0
« Yaf_Response_Abstract Yaf_Response_Abstract::clearBody » PHP Manual Yaf_Response_Abstract レスポンス本文に追記する Yaf_Response_Abstract::appendBody (Yaf >=1.0.0) Yaf_Response_Abstract::appendBody — レスポンス本文に追記する 説明 public Yaf_Response_Abstract::appendBody ( string $conten ...
https://man.plustar.jp/php/yaf-response-abstract.appendbody.html - [similar]
continue 0
« break switch » PHP Manual 制御構造 continue continue (PHP 4, PHP 5, PHP 7, PHP 8) continue は、ループ構造において現在の繰り返しループ の残りの処理をスキップし、条件式を評価した後に 次の繰り返しの最初から実行を続けるために使用されます、 注意 : PHP では、 continue の動作に関しては switch ...
https://man.plustar.jp/php/control-structures.continue.html - [similar]
文字列をスラッシュでクォートする 0
« addcslashes bin2hex » PHP Manual String 関数 文字列をスラッシュでクォートする addslashes (PHP 4, PHP 5, PHP 7, PHP 8) addslashes — 文字列をスラッシュでクォートする 説明 addslashes ( string $string ): string エスケープすべき文字の前にバックスラッシュを付けて返します。 エスケープすべき文 ...
https://man.plustar.jp/php/function.addslashes.html - [similar]
ディレクトリクラスのインスタンスを返す 0
« closedir getcwd » PHP Manual ディレクトリ 関数 ディレクトリクラスのインスタンスを返す dir (PHP 4, PHP 5, PHP 7, PHP 8) dir — ディレクトリクラスのインスタンスを返す 説明 dir ( string $directory , ? resource $context = null ): Directory | false ディレクトリを読むための疑似オブジェクト指向 ...
https://man.plustar.jp/php/function.dir.html - [similar]
ファイルポインタから1文字取り出す 0
« fflush fgetcsv » PHP Manual ファイルシステム 関数 ファイルポインタから1文字取り出す fgetc (PHP 4, PHP 5, PHP 7, PHP 8) fgetc — ファイルポインタから1文字取り出す 説明 fgetc ( resource $stream ): string | false 指定したファイルポインタから 1 文字読み出します。 パラメータ stream ファイルポ ...
https://man.plustar.jp/php/function.fgetc.html - [similar]
文字列が最後に現れる場所を見つける 0
« iconv_strpos iconv_substr » PHP Manual iconv 関数 文字列が最後に現れる場所を見つける iconv_strrpos (PHP 5, PHP 7, PHP 8) iconv_strrpos — 文字列が最後に現れる場所を見つける 説明 iconv_strrpos ( string $haystack , string $needle , ? string $encoding = null ): int | false needle が haysta ...
https://man.plustar.jp/php/function.iconv-strrpos.html - [similar]
変数が整数型かどうかを検査する 0
« is_float is_integer » PHP Manual 変数操作 関数 変数が整数型かどうかを検査する is_int (PHP 4, PHP 5, PHP 7, PHP 8) is_int — 変数が整数型かどうかを検査する 説明 is_int ( mixed $value ): bool 与えられた変数の型が整数型かどうかを検査します。 注意 : 変数が数値か数値形式の文字列かを判断したい ...
https://man.plustar.jp/php/function.is-int.html - [similar]