検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 490 for [SIMILAR] 16 1024 4096 WITH 19290 igbinary WITH ... (0.396 sec.)
無名クラス 0
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、その場限りの使い捨てのオブジェクトが必要になった場合に便利です。 <?php // 明示的にクラスを宣言して使う class Logger { public function log ( $msg ) { echo $msg ; } } $util -> setLogger (new Log ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]
トランザクションのサポート 0
« 複数のステートメント メタデータ » PHP Manual クイックスタートガイド トランザクションのサポート トランザクションのサポート MySQL サーバは、使っているストレージエンジンによっては、 トランザクションをサポートしています。 MySQL 5.5 以降は、 デフォルトのストレージエンジンは InnoDB です。 In ...
https://man.plustar.jp/php/mysqli.quickstart.transactions.html - [similar]
SplDoublyLinkedList クラス 0
« データ構造 SplDoublyLinkedList::add » PHP Manual データ構造 SplDoublyLinkedList クラス SplDoublyLinkedList クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplDoublyLinkedList クラスは、双方向リンクリストの主要な機能を提供します。 クラス概要 class SplDoublyLinkedList implements Iterator ...
https://man.plustar.jp/php/class.spldoublylinkedlist.html - [similar]
Destructs the training data 0
« fann_descale_train fann_destroy » PHP Manual Fann 関数 Destructs the training data fann_destroy_train (PECL fann >= 1.0.0) fann_destroy_train — Destructs the training data 説明 fann_destroy_train ( resource $train_data ): bool Destructs the training data パラメータ train_data ニューラル ...
https://man.plustar.jp/php/function.fann-destroy-train.html - [similar]
PHP 8.1.x で推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 PHP 8.1.x で推奨されなくなる機能 PHP 8.1.x で推奨されなくなる機能 PHP コア __serialize() , __unserialize() がない状態で、 Serializable を実装するのは推奨されない 新しいこれらのメソッドだけを実装するか、 ...
https://man.plustar.jp/php/migration81.deprecated.html - [similar]
カスタムセッションハンドラ 0
« セッションIDの受渡し セッションのアップロード状況 » PHP Manual 例 カスタムセッションハンドラ カスタムセッションハンドラ セッション情報をデータベースに保存する機能か他の保存法を実装するには、 一連のユーザーレベルの保存関数を作成し、 session_set_save_handler() を使用する必要があります。 ...
https://man.plustar.jp/php/session.customhandler.html - [similar]
オーディオストリーム 0
« rar:// expect:// » PHP Manual サポートするプロトコル/ラッパー オーディオストリーム ogg:// ogg:// — オーディオストリーム 説明 ogg:// ラッパー経由で読み込みモードでオープンされた ファイルは、 OGG/Vorbis コーデックでエンコードされた圧縮音声ファイルとして 扱われます。同様に、 ogg:// ラッパ ...
https://man.plustar.jp/php/wrappers.audio.html - [similar]
Shmop クラス 0
« shmop_write Sync » PHP Manual 共有メモリ Shmop クラス Shmop クラス (PHP 8) はじめに PHP 8.0.0 以降、 shmop リソースを置き換える完全不透明クラスです。 クラス概要 final class Shmop { } 関連キーワード: クラス , Shmop , shmop , リソース , 概要 , final , ...
https://man.plustar.jp/php/class.shmop.html - [similar]
SysvSharedMemory クラス 0
« SysvSemaphore 共有メモリ » PHP Manual セマフォ SysvSharedMemory クラス SysvSharedMemory クラス (PHP 8) はじめに PHP 8.0.0 以降、 sysvshm リソースを置き換える、 完全不定形クラスです。 クラス概要 final class SysvSharedMemory { } 関連キーワード: クラス , SysvSharedMemory , SysvSemaphore , ...
https://man.plustar.jp/php/class.sysvsharedmemory.html - [similar]
どのライブラリを選ぶか 0
« どの API を使うか コンセプト » PHP Manual MySQL 用 PHP ドライバの概要 どのライブラリを選ぶか どのライブラリを選ぶか mysqli、PDO_MySQL といった PHP 拡張モジュールは、 どれも C クライアントライブラリの軽量なラッパーです。これらの拡張モジュールは、 mysqlnd ライブラリあるいは libmysqlclien ...
https://man.plustar.jp/php/mysqlinfo.library.choosing.html - [similar]