検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 124 for search (0.016 sec.)
APCUIterator イテレータオブジェクトを作成する 5786
« APCUIterator APCUIterator::current » PHP Manual APCUIterator APCUIterator イテレータオブジェク ... APCUIterator::__construct ( array | string | null $search = null , int $format = APC_ITER_ALL , int $chunk_s ... APCUIterator オブジェクトを作成します。 パラメータ search 単一の文字列を指定する場合、APCu のキーの名前にマッ ...
https://man.plustar.jp/php/apcuiterator.construct.html - [similar]
LDAP フィルタまたは DN で使われる文字列をエスケープする 5786
« ldap_error ldap_exop_passwd » PHP Manual LDAP 関数 LDAP フィルタまたは DN で使われる文字列をエ ... が使われるコンテクスト: LDAP_ESCAPE_FILTER は、 ldap_search() , で使われるフィルタ。 LDAP_ESCAPE_DN は DN の場 ... mail , "" , LDAP_ESCAPE_FILTER ). ")" ; $sr = ldap_search ( $ds , $base , $filter , array( "sn" , "givenname ...
https://man.plustar.jp/php/function.ldap-escape.html - [similar]
検索結果のエントリ数を数える 5749
« ldap_control_paged_result ldap_count_references » PHP Manual LDAP 関数 検索結果のエントリ数を数 ... クラスのインスタンス。 result ldap_list() や ldap_search() が返す、 LDAP\Result クラスのインスタンス。. 戻り ... array('ou', 'sn', 'givenname', 'mail'); $sr = ldap_search($ds, $dn, $filter, $justthese); var_dump(ldap_coun ...
https://man.plustar.jp/php/function.ldap-count-entries.html - [similar]
CCL パーサを起動する 5749
« yaz_ccl_conf yaz_close » PHP Manual YAZ 関数 CCL パーサを起動する yaz_ccl_parse (PHP 4 >= 4.0. ... を RPN クエリに変換します。これは検索を実行する yaz_search() 関数に渡すためのものです。 有効な CCL フィールド ... ring" ]; } else { $rpn = $cclresult [ "rpn" ]; yaz_search ( $id , "rpn" , $rpn ); } ?> 関連キーワード: パーサ ...
https://man.plustar.jp/php/function.yaz-ccl-parse.html - [similar]
基本的な使用法 5749
« 例 LDAP コントロール » PHP Manual 例 基本的な使用法 基本的な使用法 あるディレクトリサーバーから ... す。 echo "Bind result is " . $r . "<br />" ; echo "Searching for (sn=S*) ..." ; // 名前(surname)エントリを検 ... 索 $sr = ldap_search ( $ds , "o=My Company, c=US" , "sn=S*" ); echo "Se ...
https://man.plustar.jp/php/ldap.examples-basic.html - [similar]
コマンドを実行し、入出力用にファイルポインタを開く 5700
« proc_nice proc_terminate » PHP Manual プログラム実行関数 コマンドを実行し、入出力用にファイルポ ... 限定) 次のプログラムで、ファイル filename.txt にある search というテキストを検索し、結果を出力したいのですが、 ... = [ STDIN , STDOUT , STDOUT ]; $cmd = '"findstr" "search" "filename.txt"' ; $proc = proc_open ( $cmd , $des ... oc ); ?> 上の例の出力は以下となります。 'findstr" "search" "filename.txt' is not recognized as an internal o ... クォートで囲めば通常は十分です: $cmd = '""findstr" "search" "filename.txt""'; 注意 注意 : Windows における互換 ...
https://man.plustar.jp/php/function.proc-open.html - [similar]
ソート条件を設定する 5700
« yaz_set_option yaz_syntax » PHP Manual YAZ 関数 ソート条件を設定する yaz_sort (PHP 4 >= 4.0.7, ... 定して Z39.50 Sort を有効にします。 この関数は、 yaz_search() の 前に コールします。この関数を単独で使用しても ... 何も意味はありません。 yaz_search() と組み合わせて使用した場合、 検索応答が受信されて ...
https://man.plustar.jp/php/function.yaz-sort.html - [similar]
5700
« 定義済み定数 YAZ 関数 » PHP Manual YAZ 例 例 PHP/YAZ はターゲット(Z-Associations)との接続を保持 ... uery" /> <input type="submit" name="action" value="Search" /> </form> ' ; } else { echo 'You searched for ' ... "usmarc" ); yaz_range ( $id [ $i ], 1 , 10 ); yaz_search ( $id [ $i ], "rpn" , $query ); } yaz_wait (); for ...
https://man.plustar.jp/php/yaz.examples.html - [similar]
ドキュメントを検索する 5663
« Collection::existsInDatabase Collection::getName » PHP Manual mysql_xdevapi\Collection ドキュメ ... 説明 public mysql_xdevapi\Collection::find ( string $search_condition = ? ): mysql_xdevapi\CollectionFind ドキ ... 返され、 後の変更や結果の取得に使えます。 パラメータ search_condition オプションですが、通常はドキュメントのサ ...
https://man.plustar.jp/php/mysql-xdevapi-collection.find.html - [similar]
RpmInfo 関数 5663
« 定義済み定数 rpmaddtag » PHP Manual RpmInfo RpmInfo 関数 RpmInfo 関数 目次 rpmaddtag — Add tag ... pmdbinfo — Get information from installed RPM rpmdbsearchSearch RPM packages rpminfo — Get information fr ...
https://man.plustar.jp/php/ref.rpminfo.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT