検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 777 for e (0.374 sec.)
例外コードを取得する 3597
« Exception::getPrevious Exception::getFile » PHP Manual Exception 例外コードを取得する Exceptio ... n::getCode (PHP 5, PHP 7, PHP 8) Exception::getCode — 例 ... 外コードを取得する 説明 final public Exception::getCode (): int 例外コードを返します。 パ ... せん。 戻り値 例外コードを整数値で返します。しかし、 Exception クラスを継承したクラスでは、違う型を返すこ ... ともあります (たとえば PDOException は文字列を返します)。 例 例1 Exception::ge ...
https://man.plustar.jp/php/exception.getcode.html - [similar]
スタックトレースを取得する 3597
« Exception::getLine Exception::getTraceAsString » PHP Manual Exception スタックトレースを取得す ...Exception::getTrace (PHP 5, PHP 7, PHP 8) Exception: ... :getTrace — スタックトレースを取得する 説明 final publ ... ic Exception::getTrace (): array 例外のスタックトレース ... り値 例外のスタックトレースを配列で返します。 例 例1 Exception::getTrace() の例 <?php function test () { ...
https://man.plustar.jp/php/exception.gettrace.html - [similar]
スタックトレースを文字列で取得する 3597
« Exception::getTrace Exception::__toString » PHP Manual Exception スタックトレースを文字列で取得 ... する Exception::getTraceAsString (PHP 5, PHP 7, PHP 8) Ex ... ception::getTraceAsString — スタックトレースを文字列で ... 取得する 説明 final public Exception::getTraceAsString (): string 例外のスタック ... 例外のスタックトレースを文字列で返します。 例 例1 Exception::getTraceAsString() の例 <?php function te ...
https://man.plustar.jp/php/exception.gettraceasstring.html - [similar]
指定した年において、3 月 21 日から復活祭までの日数を得る 3597
« easter_date frenchtojd » PHP Manual カレンダー 関数 指定した年において、3 月 21 日から復活祭ま ... での日数を得る easter_days (PHP 4, PHP 5, PHP 7, PHP 8) easter_days ... において、3 月 21 日から復活祭までの日数を得る 説明 easter_days ( ? int $year = null , int $mode = CAL_E ... ASTER_DEFAULT ): int 指定した年 year において、3 月 21 ... 日から復活祭までの日数を返します。 year が指定されない場合、現在の年が仮定されます。 この ...
https://man.plustar.jp/php/function.easter-days.html - [similar]
値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す 3597
« exp fdiv » PHP Manual Math 関数 値がゼロに近い時にでも精度を保つために exp(number) - 1 を返す ... expm1 (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) expm1 — 値がゼロに近い時にでも精度を保つために exp(n ... umber) - 1 を返す 説明 expm1 ( float $num ): float expm ... 1() は、 'exp( num ) - 1' の値を返します。 num がゼロに近く、 ... 'exp ( num ) - 1' が引き算時の桁落ちのために 不正確と ...
https://man.plustar.jp/php/function.expm1.html - [similar]
フェッチした行からフィールドの値を取得する 3597
« oci_register_taf_callback oci_rollback » PHP Manual OCI8 関数 フェッチした行からフィールドの値 ... を取得する oci_result (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_ ... result — フェッチした行からフィールドの値を取得する 説 ... 明 oci_result ( resource $statement , string | int $column ) ... : mixed oci_fetch() によってフェッチされた現在の行のフィー ...
https://man.plustar.jp/php/function.oci-result.html - [similar]
Returns the WriteError's error code 3597
« MongoDB\Driver\WriteError MongoDB\Driver\WriteError::getIndex » PHP Manual MongoDB\Driver\Writ ... eError Returns the WriteError's error code MongoDB\Dr ... iver\WriteError::getCode (mongodb >=1.0.0) MongoDB\Dri ... ver\WriteError::getCode — Returns the WriteError's er ... ror code 説明 final public MongoDB\Driver\WriteError::getCo ...
https://man.plustar.jp/php/mongodb-driver-writeerror.getcode.html - [similar]
要件 3597
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 As of version 1.8. ... 0, the driver requires PHP 7.0 or higher. Previous versio ... ns of the driver allow compatibility with older PHP versions ... . The driver requires » libbson and » libmongoc , and wi ... ll use bundled versions of both libraries by default. Sys ...
https://man.plustar.jp/php/mongodb.requirements.html - [similar]
ユーザー定義の比較関数でエントリをソートし、キーとの対応は保持する 3563
« ArrayObject::setIteratorClass ArrayObject::uksort » PHP Manual ArrayObject ユーザー定義の比較関 ... でエントリをソートし、キーとの対応は保持する ArrayObject::uasort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayObje ... ソートし、キーとの対応は保持する 説明 public ArrayObject::uasort ( callable $callback ): bool この関数はエ ... さい場合は負の数を返す必要があります。 callback ( mixed $a , mixed $b ): int 戻り値 常に true を返します。 ... 例 例1 ArrayObject::uasort() の例 <?php // 比較関数 function cmp ( ...
https://man.plustar.jp/php/arrayobject.uasort.html - [similar]
Creates a C data structure 3563
« FFI::memset FFI::scope » PHP Manual FFI Creates a C data structure FFI::new (PHP 7 >= 7.4.0, P ... HP 8) FFI::new — Creates a C data structure 説明 public static F ... FI::new ( FFI\CType | string $type , bool $owned = true , ... bool $persistent = false ): ? FFI\CData public FFI::new ( F ... FI\CType | string $type , bool $owned = true , bool $persis ...
https://man.plustar.jp/php/ffi.new.html - [similar]