検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 533 for [SIMILAR] 16 1024 4096 WITH 16650 iconv WITH 665... (0.587 sec.)
オブジェクトの継承 0
« アクセス権 スコープ定義演算子 (::) » PHP Manual クラスとオブジェクト オブジェクトの継承 オブジェクトの継承 プログラミング言語の原則としてよくみられるものに継承があります。 PHP はオブジェクトモデルにおいてこの継承を利用しています。 多くのクラスとオブジェクトとの連携に継承は関係しています ...
https://man.plustar.jp/php/language.oop5.inheritance.html - [similar]
新機能 0
« PHP 7.1.x から PHP 7.2.x への移行 新しい関数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新機能 新機能 object 型 object 型が新たに導入されました。 任意のオブジェクトに対する (反変) パラメータの型付けや (共変) 戻り値の型付けで使えます。 <?php function test ( object $obj ) : object { ...
https://man.plustar.jp/php/migration72.new-features.html - [similar]
推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 推奨されなくなる機能 推奨されなくなる機能 PHP コア デフォルト値を持つ引数の後に、必須の引数が続く場合、デフォルト値は意味をなしません。 こうした書き方は PHP 8.0.0 から推奨されなくなります。 以下のようにし ...
https://man.plustar.jp/php/migration80.deprecated.html - [similar]
用語説明 0
« MySQL 用 PHP ドライバの概要 どの API を使うか » PHP Manual MySQL 用 PHP ドライバの概要 用語説明 用語説明 このセクションでは、PHP アプリケーションの開発で MySQL データベースを扱う ときの選択肢について説明します。 API って何? API は Application Programming Interface の略で、 何らかのタス ...
https://man.plustar.jp/php/mysqlinfo.terminology.html - [similar]
Microsoft SQL Server および Sybase 関数 (PDO_DBLIB) 0
« PDO::cubrid_schema PDO_DBLIB DSN » PHP Manual PDO ドライバ Microsoft SQL Server および Sybase 関数 (PDO_DBLIB) Microsoft SQL Server および Sybase 関数 (PDO_DBLIB) はじめに PDO_DBLIB は PHP Data Objects (PDO) インターフェイス を実装したドライバで、 PHP から Microsoft SQL Server および S ...
https://man.plustar.jp/php/ref.pdo-dblib.html - [similar]
Sends a message 0
« Stomp::readFrame Stomp::setReadTimeout » PHP Manual Stomp Sends a message Stomp::send stomp_send (PECL stomp >= 0.1.0) Stomp::send -- stomp_send — Sends a message 説明 オブジェクト指向型 (method): public Stomp::send ( string $destination , mixed $msg , array $headers = ? ): bool 手続き ...
https://man.plustar.jp/php/stomp.send.html - [similar]
Registers to listen to a given destination 0
« Stomp::setReadTimeout Stomp::unsubscribe » PHP Manual Stomp Registers to listen to a given destination Stomp::subscribe stomp_subscribe (PECL stomp >= 0.1.0) Stomp::subscribe -- stomp_subscribe — Registers to listen to a given destination 説明 オブジェクト指向型 (method): public Stomp: ...
https://man.plustar.jp/php/stomp.subscribe.html - [similar]
ディレクトリを作成する 0
« streamWrapper::dir_rewinddir streamWrapper::rename » PHP Manual streamWrapper ディレクトリを作成する streamWrapper::mkdir (PHP 5, PHP 7, PHP 8) streamWrapper::mkdir — ディレクトリを作成する 説明 public streamWrapper::mkdir ( string $path , int $mode , int $options ): bool このメソッドは ...
https://man.plustar.jp/php/streamwrapper.mkdir.html - [similar]
ディレクトリを削除する 0
« streamWrapper::rename streamWrapper::stream_cast » PHP Manual streamWrapper ディレクトリを削除する streamWrapper::rmdir (PHP 5, PHP 7, PHP 8) streamWrapper::rmdir — ディレクトリを削除する 説明 public streamWrapper::rmdir ( string $path , int $options ): bool このメソッドは、 rmdir() に ...
https://man.plustar.jp/php/streamwrapper.rmdir.html - [similar]
出力をフラッシュする 0
« streamWrapper::stream_eof streamWrapper::stream_lock » PHP Manual streamWrapper 出力をフラッシュする streamWrapper::stream_flush (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) streamWrapper::stream_flush — 出力をフラッシュする 説明 public streamWrapper::stream_flush (): bool このメソッドがコール ...
https://man.plustar.jp/php/streamwrapper.stream-flush.html - [similar]