検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 1160 for Object (0.076 sec.)
行をオブジェクトとして得る 3666
« pg_fetch_assoc pg_fetch_result » PHP Manual PostgreSQL 関数 行をオブジェクトとして得る pg_fetc ... h_object (PHP 4, PHP 5, PHP 7, PHP 8) pg_fetch_object — 行を ... オブジェクトとして得る 説明 pg_fetch_object ( PgSql\Result $result , ? int $row = null , strin ... ass = "stdClass" , array $constructor_args = [] ): object | false pg_fetch_object() は、取得した行のフィール ... 配列。 戻り値 結果の各フィールドに対応する属性を持つ object を返します。 データベースの NULL 値は null として返 ...
https://man.plustar.jp/php/function.pg-fetch-object.html - [similar]
下位互換性のない変更点 3666
« 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x へ ... からオブジェクトへの変換 $arr = [ 0 => 1 ]; $obj = (object) $arr ; var_dump ( $obj , $obj ->{ '0' }, // アクセ ... るようになりました ); 上の例の出力は以下となります。 object(stdClass)#1 (1) { ["0"]=> // 数値キーではなく、文字 ... Warning: count(): Parameter must be an array or an object that implements Countable in %s on line %d Warning ... : count(): Parameter must be an array or an object that implements Countable in %s on line %d Warning ...
https://man.plustar.jp/php/migration72.incompatible.html - [similar]
Yaf_Dispatcher のインスタンスを取得する 3666
« Yaf_Application::getConfig Yaf_Application::getLastErrorMsg » PHP Manual Yaf_Application Yaf_D ... 力は、 たとえば以下のようになります。 Yaf_Dispatcher Object ( [_router:protected] => Yaf_Router Object ( [_rou ... otected] => Array ( [_default] => Yaf_Route_Static Object ( ) ) [_current:protected] => ) [_view:protected] ... => [_request:protected] => Yaf_Request_Http Object ( [module] => [controller] => [action] => [method] ... rotected] => index [_response] => Yaf_Response_Cli Object ( [_header:protected] => Array ( ) [_body:protecte ...
https://man.plustar.jp/php/yaf-application.getdispatcher.html - [similar]
The MongoDB\Driver\Cursor class 3643
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... private __construct () public current (): array | object final public getId (): MongoDB\Driver\CursorId fin ... return their result(s) as a MongoDB\Driver\Cursor object. This object can be used to iterate over the resul ... .asteroids" , $query ); /* $cursor now contains an object that wraps around the result set. Use * foreach() ... 例の出力は、 たとえば以下のようになります。 stdClass Object ( [_id] => MongoDB\BSON\ObjectId Object ( [oid] => ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
Determine whether an object has been marked as garbage 3643
« Collectable Pool » PHP Manual Collectable Determine whether an object has been marked as garba ... 0.8) Collectable::isGarbage — Determine whether an object has been marked as garbage 説明 public Collectable ... be called in Pool::collect() to determine if this object is garbage. パラメータ この関数にはパラメータはあり ...
https://man.plustar.jp/php/collectable.isgarbage.html - [similar]
Read from BLOB/CLOB data 3643
« cubrid_lob2_new cubrid_lob2_seek64 » PHP Manual CUBRID 関数 Read from BLOB/CLOB data cubrid_lo ... nn ); ?> 参考 cubrid_lob2_write() - Write to a lob object cubrid_lob2_seek() - Move the cursor of a lob obje ... ct cubrid_lob2_seek64() - Move the cursor of a lob object cubrid_lob2_tell() - Tell the cursor position of t ... he LOB object cubrid_lob2_tell64() - Tell the cursor position of ... the LOB object cubrid_lob2_size() - Get a lob object's size cubri ...
https://man.plustar.jp/php/function.cubrid-lob2-read.html - [similar]
Returns a SolrInputDocument equivalent of the object 3643
« SolrDocument::getFieldNames SolrDocument::hasChildDocuments » PHP Manual SolrDocument Returns ... a SolrInputDocument equivalent of the object SolrDocument::getInputDocument (PECL solr >= 0.9.2 ... nt — Returns a SolrInputDocument equivalent of the object 説明 public SolrDocument::getInputDocument (): Sol ... ment Returns a SolrInputDocument equivalent of the object. This is useful if one wishes to resubmit/update a ...
https://man.plustar.jp/php/solrdocument.getinputdocument.html - [similar]
Constructs the event loop object 3619
« EvLoop::child EvLoop::defaultLoop » PHP Manual EvLoop Constructs the event loop object EvLoop: ... 0) EvLoop::__construct — Constructs the event loop object 説明 public EvLoop::__construct ( int $flags = ? , ... timeout_interval = 0.0 ) Constructs the event loop object. パラメータ flags One of the event loop flags data ...
https://man.plustar.jp/php/evloop.construct.html - [similar]
Gets the FFI\CType of FFI\CData 3619
« FFI::type FFI\CData » PHP Manual FFI Gets the FFI\CType of FFI\CData FFI::typeof (PHP 7 >= 7.4 ... ( FFI\CData &$ptr ): FFI\CType Gets the FFI\CType object representing the type of the given FFI\CData objec ... o a C data structure. 戻り値 Returns the FFI\CType object representing the type of the given FFI\CData objec ...
https://man.plustar.jp/php/ffi.typeof.html - [similar]
Returns a sub-deque of a given range 3596
« Ds\Deque::shift Ds\Deque::sort » PHP Manual Deque Returns a sub-deque of a given range Ds\Dequ ... 例の出力は、 たとえば以下のようになります。 Ds\Deque Object ( [0] => c [1] => d [2] => e ) Ds\Deque Object ( [ ... 0] => b [1] => c [2] => d ) Ds\Deque Object ( [0] => b [1] => c [2] => d [3] => e ) Ds\Deque O ... bject ( [0] => d [1] => e ) Ds\Deque Object ( [0] => b [1] => c [2] => d ) 関連キーワード: deq ... , Ds , given , range , Returns , length , of , a , Object ...
https://man.plustar.jp/php/ds-deque.slice.html - [similar]