検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 777 for e (0.016 sec.)
例外が作られたファイルを取得する 3638
« Exception::getCode Exception::getLine » PHP Manual Exception 例外が作られたファイルを取得する ... Exception::getFile (PHP 5, PHP 7, PHP 8) Exception::get ... File — 例外が作られたファイルを取得する 説明 final publ ... ic Exception::getFile (): string 例外が作られたファイル ... り値 例外が作られたファイルの名前を返します。 例 例1 Exception::getFile() の例 <?php try { throw new Exce ...
https://man.plustar.jp/php/exception.getfile.html - [similar]
例外が作られた行を取得する 3638
« Exception::getFile Exception::getTrace » PHP Manual Exception 例外が作られた行を取得する Excep ... tion::getLine (PHP 5, PHP 7, PHP 8) Exception::getLine — 例 ... 外が作られた行を取得する 説明 final public Exception::getLine (): int 例外が作られた行番号を取得 ... ん。 戻り値 例外が作られた行番号を返します。 例 例1 Exception::getLine() の例 <?php try { throw new Exce ... ption ( "Some error message" ); } catch( Exception $e ) { echo " ...
https://man.plustar.jp/php/exception.getline.html - [similar]
例外の文字列表現 3638
« Exception::getTraceAsString Exception::__clone » PHP Manual Exception 例外の文字列表現 Excepti ... on::__toString (PHP 5, PHP 7, PHP 8) Exception::__toString — 例外の文字列表現 説明 public ... Exception::__toString (): string 例外を文字列で表現し ... 戻り値 例外を文字列で表現したものを返します。 例 例1 Exception::__toString() の例 <?php try { throw new E ... xception ( "Some error message" ); } catch( Exception ...
https://man.plustar.jp/php/exception.tostring.html - [similar]
Opens a connection to a Microsoft SQL Server database 3638
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... Server database sqlsrv_connect (No version informatio ... n available, might only be in Git) sqlsrv_connect — Opens a co ... nnection to a Microsoft SQL Server database 説明 sqlsr ... v_connect ( string $serverName , array $connectionInfo = ? ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
Transforms an image to a new colorspace 3638
« Imagick::transformImage Imagick::transparentPaintImage » PHP Manual Imagick Transforms an imag ... e to a new colorspace Imagick::transformImageColorspace (PEC ... L imagick 3) Imagick::transformImageColorspace — Transforms an image to a new colorspac ... e 説明 public Imagick::transformImageColorspace ( int $colorspace ): bool Transforms an ... image to a new colorspace. パラメータ colorspace The col ...
https://man.plustar.jp/php/imagick.transformimagecolorspace.html - [similar]
Provides an array or document to serialize as BSON 3638
« MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable P ... rovides an array or document to serialize as BSON MongoDB ... \BSON\Serializable::bsonSerialize (mongodb >=1.0.0) MongoDB ... \BSON\Serializable::bsonSerialize — Provides an array or do ... cument to serialize as BSON 説明 abstract public MongoD ...
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html - [similar]
Using the PHP Library for MongoDB (PHPLIB) 3638
« Tutorials Application Performance Monitoring (APM) » PHP Manual Tutorials Using the PHP Librar ... y for MongoDB (PHPLIB) Using the PHP Library for MongoDB (PHPLIB) After the initial ... driver set-up, we will continue explaining how to get st ... arted with the MongoDB driver and corresponding userlan ... d library to write our first project. Installing the PHP Library with ...
https://man.plustar.jp/php/mongodb.tutorial.library.html - [similar]
新しい DateTimeZone オブジェクトを作成する 3597
« DateTimeZone DateTimeZone::getLocation » PHP Manual DateTimeZone 新しい DateTimeZone オブジェク ... トを作成する DateTimeZone::__construct timezone_open (PHP 5 >= 5.2.0 ... , PHP 7, PHP 8) DateTimeZone::__construct -- timezone_open — 新しい Dat ... eTimeZone オブジェクトを作成する 説明 オブジェクト指向型 ... public DateTimeZone::__construct ( string $timezone ) 手続き型 ...
https://man.plustar.jp/php/datetimezone.construct.html - [similar]
スタックトレースを取得する 3597
« Error::getLine Error::getTraceAsString » PHP Manual Error スタックトレースを取得する Error::ge ... tTrace (PHP 7, PHP 8) Error::getTrace — スタックトレースを ... 取得する 説明 final public Error::getTrace (): array スタックトレースを返します ... り値 スタックトレースを array として返します 例 例1 Error::getTrace() の例 <?php function test () { thro ... w new Error ; } try { test (); } catch( Error $e ) { va ...
https://man.plustar.jp/php/error.gettrace.html - [similar]
スタックトレースを文字列として取得する 3597
« Error::getTrace Error::__toString » PHP Manual Error スタックトレースを文字列として取得する Er ... ror::getTraceAsString (PHP 7, PHP 8) Error::getTraceAsStri ... ックトレースを文字列として取得する 説明 final public Error::getTraceAsString (): string スタックトレースを ... 戻り値 スタックトレースを文字列として返します 例 例1 Error::getTraceAsString() の例 <?php function test ( ... ) { throw new Error ; } try { test (); } catch( Error $e ) { ec ...
https://man.plustar.jp/php/error.gettraceasstring.html - [similar]