検索

phrase: max: clip:
target: order:
Results of 531 - 540 of about 1160 for Object (0.036 sec.)
The MongoDB\Driver\ServerApi class 2688
« MongoDB\Driver\ClientEncryption::encrypt MongoDB\Driver\ServerApi::bsonSerialize » PHP Manual ... 1" ; /* メソッド */ final public bsonSerialize (): object final public __construct ( string $version , bool ... ngoDB\Driver\ServerApi::bsonSerialize — Returns an object for BSON serialization MongoDB\Driver\ServerApi::_ ...
https://man.plustar.jp/php/class.mongodb-driver-serverapi.html - [similar]
文字列のソート用のキーを取得する 2688
« Collator::getLocale Collator::getStrength » PHP Manual Collator 文字列のソート用のキーを取得す ... | false 手続き型 collator_get_sort_key ( Collator $object , string $string ): string | false 文字列用の照合キ ... ストがとても高い状況でのみ役に立ちます。 パラメータ object Collator オブジェクト。 string キーの生成元となる文 ...
https://man.plustar.jp/php/collator.getsortkey.html - [similar]
DateTime オブジェクトのタイムゾーンを設定する 2688
« DateTime::setTimestamp DateTime::sub » PHP Manual DateTime DateTime オブジェクトのタイムゾーン ... ): DateTime 手続き型 date_timezone_set ( DateTime $object , DateTimeZone $timezone ): DateTime 新しいタイムゾ ... me オブジェクトを最初の引数に取ります。 パラメータ object 手続き型のみ: date_create() が返す DateTime オブジ ...
https://man.plustar.jp/php/datetime.settimezone.html - [similar]
変数がスカラかどうかを調べる 2688
« is_resource is_string » PHP Manual 変数操作 関数 変数がスカラかどうかを調べる is_scalar (PHP 4 ... at 、 string あるいは bool が含まれます。 array 、 object 、 resource 、 null はスカラではありません。 注意 ... べる is_bool() - 変数が boolean であるかを調べる is_object() - 変数がオブジェクトかどうかを検査する is_array( ...
https://man.plustar.jp/php/function.is-scalar.html - [similar]
SOAP コールが失敗したかどうかを調べる 2688
« SOAP 関数 use_soap_error_handler » PHP Manual SOAP 関数 SOAP コールが失敗したかどうかを調べる ... 失敗したかどうかを調べる 説明 is_soap_fault ( mixed $object ): bool この関数は、SOAP コールが失敗したかどうかを ... オブジェクトであるかどうかを調べます。 パラメータ object 検査するオブジェクト 戻り値 エラー時に true 、それ ...
https://man.plustar.jp/php/function.is-soap-fault.html - [similar]
結果における各出力の長さを得る 2688
« mysql_fetch_field mysql_fetch_object » PHP Manual MySQL 関数 結果における各出力の長さを得る my ... assoc() , mysql_fetch_array() , そして mysql_fetch_object() により一番最近に返された 各結果カラムの長さを格納 ...
https://man.plustar.jp/php/function.mysql-fetch-lengths.html - [similar]
Gets field data from the currently selected row 2688
« sqlsrv_get_config sqlsrv_has_rows » PHP Manual SQLSRV 関数 Gets field data from the currently ... rv_fetch_array() - 行を配列として返す sqlsrv_fetch_object() - Retrieves the next row of data in a result set ... as an object 関連キーワード: data , sqlsrv , row , from , urren ...
https://man.plustar.jp/php/function.sqlsrv-get-field.html - [similar]
ある画像を別の画像に合成する 2688
« Imagick::compareImages Imagick::__construct » PHP Manual Imagick ある画像を別の画像に合成する ... ublic Imagick::compositeImage ( Imagick $composite_object , int $composite , int $x , int $y , int $channel ... にデータを渡す必要があります。 パラメータ composite_object 合成する画像を保持する Imagick オブジェクト。 comp ...
https://man.plustar.jp/php/imagick.compositeimage.html - [similar]
日付と時刻の解釈を「緩いモード」で行うかを取得する 2688
« IntlCalendar::isEquivalentTo IntlCalendar::isSet » PHP Manual IntlCalendar 日付と時刻の解釈を「 ... ly */ , 1 ); var_dump ( IntlDateFormatter :: formatObject ( $cal ), // 01/07/2013, 00:00:00 $cal -> isLenien ... ONTH , 33 ); var_dump ( IntlDateFormatter :: formatObject ( $cal )); // 02/08/2013, 00:00:00 $cal -> setLeni ... ONTH , 33 ); var_dump ( IntlDateFormatter :: formatObject ( $cal )); // error 上の例の出力は以下となります。 ... ption 'IntlException' with message 'datefmt_format_object: error obtaining instant from IntlCalendar' in /ho ...
https://man.plustar.jp/php/intlcalendar.islenient.html - [similar]
オブジェクト 2688
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェ ... セスはできなかった点に注意して下さい。 <?php $obj = (object) array( '1' => 'foo' ); var_dump (isset( $obj ->{ ... いう名前のメンバ変数が値を格納します。 <?php $obj = (object) 'ciao' ; echo $obj -> scalar ; // 'ciao' を出力し ...
https://man.plustar.jp/php/language.types.object.html - [similar]