検索

phrase: max: clip:
target: order:
Results of 551 - 560 of about 1160 for Object (0.734 sec.)
タイムスタンプを変更する 2665
« DateTime::getLastErrors DateTime::__set_state » PHP Manual DateTime タイムスタンプを変更する D ... DateTime | false 手続き型 date_modify ( DateTime $object , string $modifier ): DateTime | false DateTimeImm ... ブジェクトのタイムスタンプを変更します。 パラメータ object 手続き型のみ: date_create() が返す DateTime オブジ ...
https://man.plustar.jp/php/datetime.modify.html - [similar]
GMT からのタイムゾーンのオフセットを返す 2665
« DateTimeZone::getName DateTimeZone::getTransitions » PHP Manual DateTimeZone GMT からのタイムゾ ... : int 手続き型 timezone_offset_get ( DateTimeZone $object , DateTimeInterface $datetime ): int この関数は、 ... に含まれるタイムゾーン情報を使用します。 パラメータ object 手続き型のみ: timezone_open() が返す DateTimeZone ...
https://man.plustar.jp/php/datetimezone.getoffset.html - [similar]
結果を添字配列として取得する 2665
« mysql_fetch_object mysql_field_flags » PHP Manual MySQL 関数 結果を添字配列として取得する mysq ... c() - 連想配列として結果の行を取得する mysql_fetch_object() - 結果の行をオブジェクトとして取得する mysql_dat ...
https://man.plustar.jp/php/function.mysql-fetch-row.html - [similar]
クエリの次の行を連想配列で返す 2665
« oci_fetch_array oci_fetch_object » PHP Manual OCI8 関数 クエリの次の行を連想配列で返す oci_fet ... 次の行を連想配列あるいは数値添字配列で返す oci_fetch_object() - クエリの次の行をオブジェクトとして返す oci_fet ...
https://man.plustar.jp/php/function.oci-fetch-assoc.html - [similar]
クエリの次の行を配列で返す 2665
« oci_fetch_object oci_fetch » PHP Manual OCI8 関数 クエリの次の行を配列で返す oci_fetch_row (PH ... assoc() - クエリの次の行を連想配列で返す oci_fetch_object() - クエリの次の行をオブジェクトとして返す 関連キー ...
https://man.plustar.jp/php/function.oci-fetch-row.html - [similar]
保存用表現から PHP の値を生成する 2665
« strval unset » PHP Manual 変数操作 関数 保存用表現から PHP の値を生成する unserialize (PHP 4, ... コールバック関数を設定することが可能です。(不完全な object "__PHP_Incomplete_Class"を得ることを防ぐため) コー ... す。その値は、 bool , int , float , string , array , object のいずれかとなります。 渡された文字列が復元できなか ... 2 unserialize_callback_func の例 <?php $serialized_object = 'O:1:"a":1:{s:5:"value";s:3:"100";}' ; ini_set ( ...
https://man.plustar.jp/php/function.unserialize.html - [similar]
Returns a short, readable, parsable string representation of a variable 2665
« var_representation 関数 その他のサービス » PHP Manual var_representation 関数 Returns a short, ... ation ( $person ); 上の例の出力は以下となります。 (object) [ 'name' => 'ElePHPant ElePHPantsdotter', 'websit ... var_dump ( $b ); ?> 上の例の出力は以下となります。 object(A)#2 (2) { ["var1"]=> int(5) ["var2"]=> string(3) ...
https://man.plustar.jp/php/function.var-representation.html - [similar]
Basic Gearman client and worker, background 2665
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... r receives the results). <?php # create our client object $gmclient = new GearmanClient (); # add the defaul ... ; ?> <?php echo "Starting\n" ; # Create our worker object. $gmworker = new GearmanWorker (); # Add default s ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Basic usage 2665
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... performed synchronously. <?php # Create our client object. $gmclient = new GearmanClient (); # Add default s ... ; ?> <?php echo "Starting\n" ; # Create our worker object. $gmworker = new GearmanWorker (); # Add default s ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]
現在のアフィン変換行列を設定する 2665
« ImagickDraw ImagickDraw::annotation » PHP Manual ImagickDraw 現在のアフィン変換行列を設定する ... ); $draw -> pop (); $count ++; } //Create an image object which the draw commands can be rendered into $imag ... " ); //Render the draw commands in the ImagickDraw object //into the image. $image -> drawImage ( $draw ); / ...
https://man.plustar.jp/php/imagickdraw.affine.html - [similar]