検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 861 for [SIMILAR] 16 1024 4096 WITH 18981 processes WITH... (0.906 sec.)
変更の操作を実行する 0
« CollectionModify::__construct CollectionModify::limit » PHP Manual mysql_xdevapi\CollectionModify 変更の操作を実行する CollectionModify::execute (No version information available, might only be in Git) CollectionModify::execute — 変更の操作を実行する 説明 public mysql_xdevapi\Collectio ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.execute.html - [similar]
The Swoole\Server class 0
« Swoole\Serialize::unpack Swoole\Server::addlistener » PHP Manual Swoole The Swoole\Server class The Swoole\Server class (PECL swoole >= 1.9.0) はじめに クラス概要 class Swoole\Server { /* メソッド */ public addlistener ( string $host , int $port , string $socket_type ): void public add ...
https://man.plustar.jp/php/class.swoole-server.html - [similar]
直近の操作から発生した警告の数を取得する 0
« BaseResult::getWarnings mysql_xdevapi\Client » PHP Manual mysql_xdevapi\BaseResult 直近の操作から発生した警告の数を取得する BaseResult::getWarningsCount (No version information available, might only be in Git) BaseResult::getWarningsCount — 直近の操作から発生した警告の数を取得する 説明 ...
https://man.plustar.jp/php/mysql-xdevapi-baseresult.getwarningscount.html - [similar]
CollectionAdd のコンストラクタ 0
« mysql_xdevapi\CollectionAdd CollectionAdd::execute » PHP Manual mysql_xdevapi\CollectionAdd CollectionAdd のコンストラクタ CollectionAdd::__construct (No version information available, might only be in Git) CollectionAdd::__construct — CollectionAdd のコンストラクタ 説明 private mysql_ ...
https://man.plustar.jp/php/mysql-xdevapi-collectionadd.construct.html - [similar]
直近の操作から発生した警告を取得する 0
« DocResult::fetchOne DocResult::getWarningsCount » PHP Manual mysql_xdevapi\DocResult 直近の操作から発生した警告を取得する DocResult::getWarnings (No version information available, might only be in Git) DocResult::getWarnings — 直近の操作から発生した警告を取得する 説明 public mysql_xdev ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarnings.html - [similar]
mysql サーバーとの接続をオープンする 0
« mysqli::query mysqli::real_escape_string » PHP Manual mysqli mysql サーバーとの接続をオープンする mysqli::real_connect mysqli_real_connect (PHP 5, PHP 7, PHP 8) mysqli::real_connect -- mysqli_real_connect — mysql サーバーとの接続をオープンする 説明 オブジェクト指向型 public mysqli::rea ...
https://man.plustar.jp/php/mysqli.real-connect.html - [similar]
要件 0
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 これらの関数を有効にするには、mysqli 拡張サポートを 有効にして PHP をコンパイルする必要があります。 MySQL 8 PHP 7.1.16 より前のバージョン、もしくは PHP 7.2.4 より前の 7.2系の PHP では、 MySQL 8 サーバのデフォル ...
https://man.plustar.jp/php/mysqli.requirements.html - [similar]
include 0
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) include 式は指定されたファイルを読み込み、評価します。 以下の記述内容は require にも当てはまります。 ファイルのインクルードは、指定されたパスから行います。パスを指定しない場合は、 include_path の設定 ...
https://man.plustar.jp/php/function.include.html - [similar]
正規化された絶対パス名を返す 0
« realpath_cache_size rename » PHP Manual ファイルシステム 関数 正規化された絶対パス名を返す realpath (PHP 4, PHP 5, PHP 7, PHP 8) realpath — 正規化された絶対パス名を返す 説明 realpath ( string $path ): string | false realpath() は、 入力 path のシンボリックリンクをすべて展開し、 /./ 、 ...
https://man.plustar.jp/php/function.realpath.html - [similar]
セッションIDの受渡し 0
« 基本的な使用法 カスタムセッションハンドラ » PHP Manual 例 セッションIDの受渡し セッションIDの受渡し セッションIDの通知を行うためには次の二つの方法があります。 Cookies URLパラメータ sessionモジュールは、両方の方法をサポートします。 Cookieは最適ですが、(クライアントがCookieを受け入れない ...
https://man.plustar.jp/php/session.idpassing.html - [similar]