検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 112 for 同等 (0.008 sec.)
exit と同等 16876
« defined eval » PHP Manual その他の関数 exit と同等 die (PHP 4, PHP 5, PHP 7, PHP 8) die — exit ...同等 説明 この言語構造は、 exit() と同等です。 関連キー ... ワード: 同等 , die , defined , eval , 関数 , 言語 , 構造 , ...
https://man.plustar.jp/php/function.die.html - [similar]
列挙型が Backed Enum かを調べる 9594
« ReflectionEnum::hasCase ReflectionEnumUnitCase » PHP Manual ReflectionEnum 列挙型が Backed Enu ... (): bool Backed Enum は、 ネイティブのスカラー型と同等の情報を持つ列挙型です。 文字列か、整数のどちらかです ... はパラメータはありません。 戻り値 列挙型がスカラーと同等の Backed Enum の場合は true を返します。 そうでない ... eflectionEnum , isBacked , パラメータ , スカラー , 同等 , 依存 , 存在 , getBackingType ...
https://man.plustar.jp/php/reflectionenum.isbacked.html - [similar]
FastCGI Process Manager (FPM) 8912
« Amazon EC2 インストール » PHP Manual インストールと設定 FastCGI Process Manager (FPM) FastCGI ... す。バックトレースを取得するために、 ptrace やそれと同等の仕組みを使ってリモートプロセスの execute_data を読 ... 動 基本的な SAPI の動作状況 (Apache の mod_status と同等) を、 json, xml, openmetrics のようなフォーマットで ... ss , Manager , インストール , 設定 , 機能 , 出力 , 同等 , スクリプト , プロセス , サポート ...
https://man.plustar.jp/php/install.fpm.html - [similar]
Unicode 文字を大文字にする 8912
« IntlChar::totitle IntlException » PHP Manual IntlChar Unicode 文字を大文字にする IntlChar::tou ... $codepoint ): int | string | null 指定した文字を、同等の大文字にマップします。 同等の大文字が存在しない場合 ... tring , int , ポイント , コード , toupper , 存在 , 同等 ...
https://man.plustar.jp/php/intlchar.toupper.html - [similar]
phar アーカイブ内のファイルを、phar 内で別の新しいファイルとしてコピーする 8368
« PharData::convertToExecutable PharData::decompress » PHP Manual PharData phar アーカイブ内のフ ... ます。 これは、phar ストリームラッパーでの copy() と同等の操作をオブジェクト指向で行うものです。 パラメータ ... この例は、 PharData::copy() の使用法のほかに それと同等の操作をストリームラッパーで行う方法を示すものです。 ... ( Exception $e ) { // エラー処理 } // 上のコードと同等の処理をストリームラッパーで行う例。 // エラー時には ...
https://man.plustar.jp/php/phardata.copy.html - [similar]
phar アーカイブ内のファイルを、phar 内で別の新しいファイルとしてコピーする 8229
« Phar::convertToExecutable Phar::count » PHP Manual Phar phar アーカイブ内のファイルを、phar 内 ... ます。 これは、phar ストリームラッパーでの copy() と同等の操作をオブジェクト指向で行うものです。 パラメータ ... の例 この例は、 Phar::copy() の使用法のほかに それと同等の操作をストリームラッパーで行う方法を示すものです。 ... ( Exception $e ) { // エラー処理 } // 上のコードと同等の処理をストリームラッパーで行う例。 // エラー時には ...
https://man.plustar.jp/php/phar.copy.html - [similar]
オブジェクトをストレージに追加する 7951
« SplObjectStorage::addAll SplObjectStorage::contains » PHP Manual SplObjectStorage オブジェクト ... age (); $s -> attach ( $o1 ); // $s[$o1] = NULL; と同等 $s -> attach ( $o2 , "hello" ); // $s[$o2] = "hell ... o"; と同等 var_dump ( $s [ $o1 ]); var_dump ( $s [ $o2 ]); ?> ...
https://man.plustar.jp/php/splobjectstorage.attach.html - [similar]
オブジェクトがストレージ内に存在するかどうかを調べる 7812
« SplObjectStorage::next SplObjectStorage::offsetGet » PHP Manual SplObjectStorage オブジェクトが ... ( $s -> offsetExists ( $o1 )); // isset($s[$o1]) と同等 var_dump ( $s -> offsetExists ( $o2 )); // isset($ ... s[$o2]) と同等 ?> 上の例の出力は、 たとえば以下のようになります。 ...
https://man.plustar.jp/php/splobjectstorage.offsetexists.html - [similar]
オブジェクトに関連づけられたデータを返す 7812
« SplObjectStorage::offsetExists SplObjectStorage::offsetSet » PHP Manual SplObjectStorage オブジ ... var_dump ( $s -> offsetGet ( $o1 )); // $s[$o1] と同等 var_dump ( $s -> offsetGet ( $o2 )); // $s[$o2] と ...
https://man.plustar.jp/php/splobjectstorage.offsetget.html - [similar]
Unicode 文字を小文字にする 7534
« IntlChar::ord IntlChar::totitle » PHP Manual IntlChar Unicode 文字を小文字にする IntlChar::tol ... $codepoint ): int | string | null 指定した文字を、同等の小文字にマップします。 同等の小文字が存在しない場合 ...
https://man.plustar.jp/php/intlchar.tolower.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT