検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 447 for [SIMILAR] 16 1024 4096 WITH 33447 errorinfo WITH... (0.391 sec.)
MySQL 用 PHP ドライバの概要 0
« MySQL 用語説明 » PHP Manual MySQL MySQL 用 PHP ドライバの概要 MySQL 用 PHP ドライバの概要 はじめに PHP から MySQL データベースにアクセスするための API は複数あります。 mysqli あるいは PDO_MySQL が利用できます。 このページでは、これらの API についての説明に登場する 用語 について解説した ...
https://man.plustar.jp/php/mysql.html - [similar]
ベンダー固有のモジュール 0
« PDO::sqliteCreateFunction CUBRID » PHP Manual データベース関連 ベンダー固有のモジュール ベンダー固有のモジュール CUBRID はじめに インストール/設定 定義済み定数 例 CUBRID 関数 CUBRID MySQL 互換関数 CUBRID 廃止されたエイリアスと関数 dBase はじめに インストール/設定 定義済み定数 dBase 関数 ...
https://man.plustar.jp/php/refs.database.vendors.html - [similar]
データベースをオープンする 0
« dba_nextkey dba_optimize » PHP Manual DBA 関数 データベースをオープンする dba_open (PHP 4, PHP 5, PHP 7, PHP 8) dba_open — データベースをオープンする 説明 dba_open ( string $path , string $mode , string $handler = ? , string ...$args ): resource | false dba_open() は、 handler を用いて ...
https://man.plustar.jp/php/function.dba-open.html - [similar]
ReflectionZendExtension クラス 0
« ReflectionEnumBackedCase::getBackingValue ReflectionZendExtension::__clone » PHP Manual リフレクション ReflectionZendExtension クラス ReflectionZendExtension クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに クラス概要 class ReflectionZendExtension implements Reflector { /* プロパティ */ ...
https://man.plustar.jp/php/class.reflectionzendextension.html - [similar]
SessionHandlerInterface クラス 0
« SessionHandler::write SessionHandlerInterface::close » PHP Manual Sessions SessionHandlerInterface クラス SessionHandlerInterface クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに SessionHandlerInterface は カスタムセッションハンドラを作成する際の最低限のプロトタイプを定義したインターフェ ...
https://man.plustar.jp/php/class.sessionhandlerinterface.html - [similar]
SessionIdInterface クラス 0
« SessionHandlerInterface::write SessionIdInterface::create_sid » PHP Manual Sessions SessionIdInterface クラス SessionIdInterface クラス (PHP 5 >= 5.5.1, PHP 7, PHP 8) はじめに SessionIdInterface は カスタムのセッションハンドラを作成するためのオプションのメソッドを定義します。 オブジェク ...
https://man.plustar.jp/php/class.sessionidinterface.html - [similar]
出力バッファリング機構のネストレベルを返す 0
« ob_get_length ob_get_status » PHP Manual 出力制御 関数 出力バッファリング機構のネストレベルを返す ob_get_level (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) ob_get_level — 出力バッファリング機構のネストレベルを返す 説明 ob_get_level (): int 出力バッファリングハンドラのネストレベルを返します。 ...
https://man.plustar.jp/php/function.ob-get-level.html - [similar]
プロセス制御 0
« expect_popen はじめに » PHP Manual プロセス制御 プロセス制御 プロセス制御 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 PCNTL 関数 pcntl_alarm — シグナルを送信するアラームを設定する pcntl_async_signals — 非同期のシグナルハンドリン ...
https://man.plustar.jp/php/book.pcntl.html - [similar]
機能 0
« 最新版を維持する PHP による HTTP 認証 » PHP Manual 機能 機能 PHP による HTTP 認証 クッキー(Cookies) セッション XFormsの処理 ファイルアップロードの処理 POST メソッドによるアップロード エラーメッセージの説明 陥りやすい落とし穴 複数ファイルのアップロード PUT メソッドのサポート 参考 リモー ...
https://man.plustar.jp/php/features.html - [similar]
基本的な使用法 0
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有するデーモンプロセスをフォークします。 例1 プロセス制御の例 <?php declare( ticks = 1 ); $pid = pcntl_fork (); if ( $pid == - 1 ) { die( "fork できません" ); } else if ( $pid ) { exit(); // 親プロセ ...
https://man.plustar.jp/php/pcntl.example.html - [similar]