検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 1160 for Object (0.040 sec.)
ラージオブジェクトを生成する 3177
« pg_lo_close pg_lo_export » PHP Manual PostgreSQL 関数 ラージオブジェクトを生成する pg_lo_creat ... create ( PgSql\Connection $connection = ? , mixed $object_id = ? ): int pg_lo_create ( mixed $object_id ): i ... デフォルトの接続を使うことは推奨されなくなりました。 object_id object_id が指定されると、 この関数は指定された ... cho " $handle \n" ; pg_lo_write ( $handle , "large object data" ); pg_lo_close ( $handle ); pg_query ( $data ...
https://man.plustar.jp/php/function.pg-lo-create.html - [similar]
オブジェクトのタイムゾーンを取得する 3177
« IntlCalendar::getTime IntlCalendar::getType » PHP Manual IntlCalendar オブジェクトのタイムゾー ... e ()); 上の例の出力は以下となります。 IntlTimeZone Object ( [valid] => 1 [id] => Europe/Lisbon [rawOffset] = ... > 0 [currentOffset] => 3600000 ) IntlTimeZone Object ( [valid] => 1 [id] => UTC [rawOffset] => 0 [curre ... ntOffset] => 0 ) IntlTimeZone Object ( [valid] => 1 [id] => GMT+03:33 [rawOffset] => 12 ... getTimeZone , valid , rawOffset , currentOffset , Object , calendar ...
https://man.plustar.jp/php/intlcalendar.gettimezone.html - [similar]
基本的な使用法 3177
« 例 Memcache » PHP Manual 例 基本的な使用法 基本的な使用法 例1 memcache 拡張モジュールの概要 こ ... ーバーのバージョン: " . $version . "<br/>\n" ; $tmp_object = new stdClass ; $tmp_object -> str_attr = 'test' ... ; $tmp_object -> int_attr = 123 ; $memcache -> set ( 'key' , $tm ... p_object , false , 10 ) or die ( "データをサーバーに保存でき ...
https://man.plustar.jp/php/memcache.examples-overview.html - [similar]
実行する 3177
« ReflectionMethod::invoke ReflectionMethod::isAbstract » PHP Manual ReflectionMethod 実行する R ... 行する 説明 public ReflectionMethod::invokeArgs ( ? object $object , array $args ): mixed リフレクション対象の ... を実行し、その引数を配列として渡します。 パラメータ object メソッドを実行するオブジェクト。staticメソッドを実 ... メソッドが宣言されているクラスのインスタンス以外を object パラメータで指定すると ReflectionException が発生し ...
https://man.plustar.jp/php/reflectionmethod.invokeargs.html - [similar]
プロパティが初期化されているかをチェックする 3177
« ReflectionProperty::isDefault ReflectionProperty::isPrivate » PHP Manual ReflectionProperty プ ... 説明 public ReflectionProperty::isInitialized ( ? object $object = null ): bool プロパティが初期化されている ... かをチェックします。 パラメータ object プロパティが static でない場合、プロパティを取得す ... することが出来ます。 変更履歴 バージョン 説明 8.0.0 object は、nullable になりました。 例 例1 ReflectionPrope ...
https://man.plustar.jp/php/reflectionproperty.isinitialized.html - [similar]
あるオブジェクトがマップ内に存在するかを調べる 3177
« WeakMap::getIterator WeakMap::offsetGet » PHP Manual WeakMap あるオブジェクトがマップ内に存在す ... 在するかを調べる 説明 public WeakMap::offsetExists ( object $object ): bool 指定されたオブジェクトが、マップ内 ... で参照されているかを調べます。 パラメータ object チェックするオブジェクト 戻り値 オブジェクトがマッ ...
https://man.plustar.jp/php/weakmap.offsetexists.html - [similar]
新しいキーと値でマップを更新する 3177
« WeakMap::offsetGet WeakMap::offsetUnset » PHP Manual WeakMap 新しいキーと値でマップを更新する ... でマップを更新する 説明 public WeakMap::offsetSet ( object $object , mixed $value ): void 新しいキーと値でマッ ... 合、古い値は新しい値で置き換えられます。 パラメータ object キーと値のペアを構成する、キーとなるオブジェクト v ...
https://man.plustar.jp/php/weakmap.offsetset.html - [similar]
3154
« 定義済み定数 クラス/オブジェクト関数 » PHP Manual クラス/オブジェクト 例 例 この例では、まず基 ... function printProperties ( $obj ) { foreach ( get_object_vars ( $obj ) as $prop => $val ) { echo "\t $prop ... ) { echo "\tfunction $method ()\n" ; } } function objectBelongsTo ( $obj , $class ) { if ( is_subclass_of ( ... $obj , $class )) { echo "Object belongs to class " . get_class ( $obj ); echo ", a ... subclass of $class \n" ; } else { echo "Object does not belong to a subclass of $class \n" ; } } ...
https://man.plustar.jp/php/classobj.examples.html - [similar]
Returns a reversed copy 3154
« Ds\Deque::reverse Ds\Deque::rotate » PHP Manual Deque Returns a reversed copy Ds\Deque::revers ... 例の出力は、 たとえば以下のようになります。 Ds\Deque Object ( [0] => c [1] => b [2] => a ) Ds\Deque Object ( [ ... e , copy , Ds , Returns , a , パラメータ , deque , Object , public ...
https://man.plustar.jp/php/ds-deque.reversed.html - [similar]
Returns a shallow copy of the pair 3154
« Ds\Pair::__construct Ds\Pair::isEmpty » PHP Manual Pair Returns a shallow copy of the pair Ds\ ... 例の出力は、 たとえば以下のようになります。 Ds\Pair Object ( [key] => x [value] => 1 ) Ds\Pair Object ( [key] ... ワード: Pair , Returns , Ds , a , of , the , copy , Object , パラメータ , key ...
https://man.plustar.jp/php/ds-pair.copy.html - [similar]