検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 1018 for [SIMILAR] 16 1024 4096 WITH 57209 getrusage WITH... (1.090 sec.)
制御構造に関する別の構文 0
« elseif/else if while » PHP Manual 制御構造 制御構造に関する別の構文 制御構造に関する別の構文 (PHP 4, PHP 5, PHP 7, PHP 8) PHPは、いくつかの制御構造、つまり、 if 、 while 、 for 、 foreach 、 switch に関する別の構文を提供します。 各構造において開き波括弧をコロン(:)、閉じ波括弧をそれぞれ ...
https://man.plustar.jp/php/control-structures.alternative-syntax.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]
ブラウザに blob の内容を出力する 0
« ibase_blob_create ibase_blob_get » PHP Manual Firebird/InterBase 関数 ブラウザに blob の内容を出力する ibase_blob_echo (PHP 5, PHP 7 < 7.4.0) ibase_blob_echo — ブラウザに blob の内容を出力する 説明 ibase_blob_echo ( string $blob_id ): bool ibase_blob_echo ( resource $link_identifier , ...
https://man.plustar.jp/php/function.ibase-blob-echo.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 0
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PHP 4, PHP 5, PHP 7, PHP 8) list — 配列と同様の形式で、複数の変数への代入を行う 説明 list ( mixed $var , mixed ...$vars = ? ): array array() と同様に、 この関数は実際には関数ではなく言語構造です ...
https://man.plustar.jp/php/function.list.html - [similar]
署名を検証する 0
« openssl_spki_verify openssl_x509_check_private_key » PHP Manual OpenSSL 関数 署名を検証する openssl_verify (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) openssl_verify — 署名を検証する 説明 openssl_verify ( string $data , string $signature , OpenSSLAsymmetricKey | OpenSSLCertificate | array | ...
https://man.plustar.jp/php/function.openssl-verify.html - [similar]
Formatter が使うカレンダー型を設定する 0
« IntlDateFormatter::parse IntlDateFormatter::setLenient » PHP Manual IntlDateFormatter Formatter が使うカレンダー型を設定する IntlDateFormatter::setCalendar datefmt_set_calendar (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) IntlDateFormatter::setCalendar -- datefmt_set_calendar — F ...
https://man.plustar.jp/php/intldateformatter.setcalendar.html - [similar]
名前空間の使用法: グローバル関数/定数への移行 0
« グローバル空間 名前解決のルール » PHP Manual 名前空間 名前空間の使用法: グローバル関数/定数への移行 名前空間の使用法: グローバル関数/定数への移行 (PHP 5 >= 5.3.0, PHP 7, PHP 8) 名前空間内で、PHP が未定義のクラス名や関数、定数に出会った場合、 それぞれに応じて異なる優先順位で解決を行いま ...
https://man.plustar.jp/php/language.namespaces.fallback.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
アーカイブ内のエントリのインデックスを返す 0
« ZipArchive::isEncryptionMethodSupported ZipArchive::open » PHP Manual ZipArchive アーカイブ内のエントリのインデックスを返す ZipArchive::locateName (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.5.0) ZipArchive::locateName — アーカイブ内のエントリのインデックスを返す 説明 public ZipArchiv ...
https://man.plustar.jp/php/ziparchive.locatename.html - [similar]
The parallel\Future class 0
« parallel\Runtime::kill parallel\Future::cancel » PHP Manual parallel The parallel\Future class The parallel\Future class (0.8.0) Futures A Future represents the return value or uncaught exception from a task, and exposes an API for cancellation. 例1 Example showing Future as return val ...
https://man.plustar.jp/php/class.parallel-future.html - [similar]