検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 206 for [SIMILAR] 16 1024 4096 WITH 32011 getshortname W... (0.171 sec.)
オブジェクト 0
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェクトを初期化するためには、 new 命令によりオブジェクトのインスタンスを変数に作成します。 <?php class foo { function do_foo () { echo "foo を実行します。" ; } } $bar = new foo ; $bar -> do_foo ( ...
https://man.plustar.jp/php/language.types.object.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 下位互換性のない変更点 下位互換性のない変更点 number_format() は負のゼロを返さない 以前のバージョンでは、 number_format() 関数が -0 を返せました。 これは IEEE 754 浮動小数点標準規格に沿 ...
https://man.plustar.jp/php/migration72.incompatible.html - [similar]
文字セットオブジェクトを返す 0
« mysqli::$field_count mysqli::$client_info » PHP Manual mysqli 文字セットオブジェクトを返す mysqli::get_charset mysqli_get_charset (PHP 5 >= 5.1.0, PHP 7, PHP 8) mysqli::get_charset -- mysqli_get_charset — 文字セットオブジェクトを返す 説明 オブジェクト指向型 public mysqli::get_charset ( ...
https://man.plustar.jp/php/mysqli.get-charset.html - [similar]
ReflectionParameter クラス 0
« ReflectionObject::export ReflectionParameter::allowsNull » PHP Manual リフレクション ReflectionParameter クラス ReflectionParameter クラス (PHP 5, PHP 7, PHP 8) はじめに ReflectionParameter クラスは、 関数またはメソッドのパラメータに関する情報を取得します。 関数パラメータの内部を調べる ...
https://man.plustar.jp/php/class.reflectionparameter.html - [similar]
The MongoDB\Driver\Command class 0
« MongoDB\Driver\Manager::startSession MongoDB\Driver\Command::__construct » PHP Manual MongoDB\Driver The MongoDB\Driver\Command class The MongoDB\Driver\Command class (mongodb >=1.0.0) はじめに The MongoDB\Driver\Command class is a value object that represents a database command. To pr ...
https://man.plustar.jp/php/class.mongodb-driver-command.html - [similar]
変数の型を取得する 0
« get_resource_type intval » PHP Manual 変数操作 関数 変数の型を取得する gettype (PHP 4, PHP 5, PHP 7, PHP 8) gettype — 変数の型を取得する 説明 gettype ( mixed $value ): string PHP 変数 value の型を返します。 型のチェックには、この関数ではなく is_* 関数を使います。 パラメータ value 型を調 ...
https://man.plustar.jp/php/function.gettype.html - [similar]
現在のメールボックスに関する情報を得る 0
« imap_mail imap_mime_header_decode » PHP Manual IMAP 関数 現在のメールボックスに関する情報を得る imap_mailboxmsginfo (PHP 4, PHP 5, PHP 7, PHP 8) imap_mailboxmsginfo — 現在のメールボックスに関する情報を得る 説明 imap_mailboxmsginfo ( IMAP\Connection $imap ): stdClass サーバーにおける現在 ...
https://man.plustar.jp/php/function.imap-mailboxmsginfo.html - [similar]
mysqli_result クラス 0
« mysqli_stmt::store_result mysqli_result::__construct » PHP Manual MySQLi mysqli_result クラス mysqli_result クラス (PHP 5, PHP 7, PHP 8) はじめに データベースへのクエリにより得られた結果セットを表します。 クラス概要 class mysqli_result implements IteratorAggregate { /* プロパティ */ pu ...
https://man.plustar.jp/php/class.mysqli-result.html - [similar]
PDOStatement クラス 0
« PDO::setAttribute PDOStatement::bindColumn » PHP Manual PDO PDOStatement クラス PDOStatement クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 1.0.0) はじめに プリペアドステートメントを表します。ステートメント実行後は関連する結果セットを表します。 クラス概要 class PDOStatement implemen ...
https://man.plustar.jp/php/class.pdostatement.html - [similar]
特定のメッセージの構造を読み込む 0
« imap_fetchmime imap_fetchtext » PHP Manual IMAP 関数 特定のメッセージの構造を読み込む imap_fetchstructure (PHP 4, PHP 5, PHP 7, PHP 8) imap_fetchstructure — 特定のメッセージの構造を読み込む 説明 imap_fetchstructure ( IMAP\Connection $imap , int $message_num , int $flags = 0 ): stdClass ...
https://man.plustar.jp/php/function.imap-fetchstructure.html - [similar]