検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 109 for stdClass (0.006 sec.)
下位互換性のない変更点 5371
« 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x へ ... なりました ); 上の例の出力は以下となります。 object(stdClass)#1 (1) { ["0"]=> // 数値キーではなく、文字列のキー ... 'abc' ), // string はカウントできません count (new stdclass ), // Countable インターフェイスを実装していないオ ...
https://man.plustar.jp/php/migration72.incompatible.html - [similar]
文字セットオブジェクトを返す 5371
« mysqli::$field_count mysqli::$client_info » PHP Manual mysqli 文字セットオブジェクトを返す mys ... ( $db )); ?> 上の例の出力は以下となります。 object(stdClass)#2 (7) { ["charset"]=> string(6) "latin1" ["collat ...
https://man.plustar.jp/php/mysqli.get-charset.html - [similar]
The MongoDB\Driver\Command class 5282
« MongoDB\Driver\Manager::startSession MongoDB\Driver\Command::__construct » PHP Manual MongoDB\ ... talIndexSize"]=> int(8176) ["indexSizes"]=> object(stdClass)#4 (1) { ["_id_"]=> int(8176) } ["ok"]=> float(1) ...
https://man.plustar.jp/php/class.mongodb-driver-command.html - [similar]
変数の型を取得する 5282
« get_resource_type intval » PHP Manual 変数操作 関数 変数の型を取得する gettype (PHP 4, PHP 5, ... pe() の例 <?php $data = array( 1 , 1. , NULL , new stdClass , 'foo' ); foreach ( $data as $value ) { echo gett ...
https://man.plustar.jp/php/function.gettype.html - [similar]
現在のメールボックスに関する情報を得る 5282
« imap_mail imap_mime_header_decode » PHP Manual IMAP 関数 現在のメールボックスに関する情報を得る ... 説明 imap_mailboxmsginfo ( IMAP\Connection $imap ): stdClass サーバーにおける現在のメールボックスのステータスを ...
https://man.plustar.jp/php/function.imap-mailboxmsginfo.html - [similar]
mysqli_result クラス 5206
« mysqli_stmt::store_result mysqli_result::__construct » PHP Manual MySQLi mysqli_result クラス ... s (): array public fetch_object ( string $class = "stdClass" , array $constructor_args = [] ): object | null | ...
https://man.plustar.jp/php/class.mysqli-result.html - [similar]
PDOStatement クラス 5206
« PDO::setAttribute PDOStatement::bindColumn » PHP Manual PDO PDOStatement クラス PDOStatement ク ... 0 ): mixed public fetchObject ( ? string $class = "stdClass" , array $constructorArgs = [] ): object | false p ...
https://man.plustar.jp/php/class.pdostatement.html - [similar]
特定のメッセージの構造を読み込む 5206
« imap_fetchmime imap_fetchtext » PHP Manual IMAP 関数 特定のメッセージの構造を読み込む imap_fet ... ction $imap , int $message_num , int $flags = 0 ): stdClass | false この関数は、指定したメッセージに関するすべ ...
https://man.plustar.jp/php/function.imap-fetchstructure.html - [similar]
メッセージヘッダを読み込む 5206
« imap_header imap_headers » PHP Manual IMAP 関数 メッセージヘッダを読み込む imap_headerinfo (PH ... int $from_length = 0 , int $subject_length = 0 ): stdClass | false 指定したメッセージ番号についての情報を、そ ...
https://man.plustar.jp/php/function.imap-headerinfo.html - [similar]
現在のメールボックス以外のメールボックスのステータス情報を返す 5206
« imap_sort imap_subscribe » PHP Manual IMAP 関数 現在のメールボックス以外のメールボックスのステ ... Connection $imap , string $mailbox , int $flags ): stdClass | false 指定したメールボックス mailbox についてのス ...
https://man.plustar.jp/php/function.imap-status.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT