検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 369 for [SIMILAR] 16 1024 4096 WITH 3329 基本 WITH 3062 ... (0.647 sec.)
すべてのサーバーのキーを取得する 5854
« Memcached::get Memcached::getByKey » PHP Manual Memcached すべてのサーバーのキーを取得する Memcached::getAllKeys (PECL memcached >= 2.0.0) Memcached::getAllKeys — すべてのサーバーのキーを取得する 説明 public Memcached::getAllKeys (): array | false Memcached::getAllKeys() は、 個々の me ...
https://man.plustar.jp/php/memcached.getallkeys.html - [similar]
インストール/設定 5854
« はじめに 要件 » PHP Manual Memcache インストール/設定 インストール/設定 目次 要件 インストール手順 実行時設定 リソース型 関連キーワード: インストール , 設定 , 要件 , Memcache , 手順 , 実行 , リソース , ...
https://man.plustar.jp/php/memcache.setup.html - [similar]
LDAP\ResultEntry クラス 5854
« LDAP\Result Memcache » PHP Manual LDAP LDAP\ResultEntry クラス LDAP\ResultEntry クラス (PHP 8 >= 8.1.0) はじめに PHP 8.1.0 以降、 ldap result entry リソースを置き換える、完全不定形クラスです。 クラス概要 final class LDAP\ResultEntry { } 関連キーワード: クラス , ResultEntry , Result , M ...
https://man.plustar.jp/php/class.ldap-result-entry.html - [similar]
基本的な VarnishStat の使用法 0
« 基本的な VarnishAdmin の使用法 基本的な VarnishLog の使用法 » PHP Manual 例 基本的な VarnishStat の使用法 基本的な VarnishStat の使用法 共用メモリから、varnish 統計のスナップショットを取得する例を示します。 例1 統計のスナップショットをを取得する <?php $vs = new VarnishStat ; try { $dat ...
https://man.plustar.jp/php/varnish.example.stat.html - [similar]
基本的な VarnishLog の使用法 0
« 基本的な VarnishStat の使用法 VarnishAdmin » PHP Manual 例 基本的な VarnishLog の使用法 基本的な VarnishLog の使用法 共用メモリから、varnish のログを読み取る例を示します。 例1 varnish の共用メモリログを読み取る <?php $vl = new VarnishLog ; while( 1 ) { $line = $vl -> getLine (); printf ...
https://man.plustar.jp/php/varnish.example.log.html - [similar]
基本的な VarnishAdmin の使用法 0
« 例 基本的な VarnishStat の使用法 » PHP Manual 例 基本的な VarnishAdmin の使用法 基本的な VarnishAdmin の使用法 禁止機能の簡単な使用法を示します。 例1 URL を禁止する <?php $args = array( VARNISH_CONFIG_HOST => "::1" , VARNISH_CONFIG_PORT => 6082 , VARNISH_CONFIG_SECRET => "5174826b-8595 ...
https://man.plustar.jp/php/varnish.example.admin.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]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
基本的な使用法 0
« 例 LDAP コントロール » PHP Manual 例 基本的な使用法 基本的な使用法 あるディレクトリサーバーから姓が "S" から始まる全てのエントリに 関する情報を検索し、名前と電子メールアドレスで検索結果を表示します。 例1 LDAP 検索の例 <?php // LDAP の基本シーケンスは、接続、バインド、検索、検索結果の解 ...
https://man.plustar.jp/php/ldap.examples-basic.html - [similar]
基本的な使用法 0
« 例 共有メモリ関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 共有メモリ操作の概要 <?php // システムID 0xff3を有する 100 バイトの共有メモリブロックを作成する $shm_id = shmop_open ( 0xff3 , "c" , 0644 , 100 ); if (! $shm_id ) { echo "共有メモリセグメントを作成できませんでした。\n" ...
https://man.plustar.jp/php/shmop.examples-basic.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT