Results of 1 - 10 of about 22 for scan (0.002 sec.)
- スキャンの準備をする 13484
- « yaz_scan_result yaz_schema » PHP Manual YAZ 関数 スキャンの準備をする yaz_scan (PHP 4 >= 4.0.5
...
, PECL yaz >= 0.9.0) yaz_scan — スキャンの準備をする 説明 yaz_scan ( resource $i ...
した後、応答を処理するために yaz_error() および yaz_scan_result() をコールします。 パラメータ id yaz_connec ...
例1 タイトルをスキャンする PHP 関数 <?php function scan_titles ( $id , $startterm ) { yaz_scan ( $id , "rp ...
yaz_errno ( $id ); if ( $errno == 0 ) { $ar = yaz_scan_result ( $id , $options ); echo 'Scan ok; ' ; fore ...
-
https://man.plustar.jp/php/function.yaz-scan.html
- [similar]
- スキャンリクエストの結果を返す 12474
- « yaz_record yaz_scan » PHP Manual YAZ 関数 スキャンリクエストの結果を返す yaz_scan_result (PHP
...
4 >= 4.0.5, PECL yaz >= 0.9.0) yaz_scan_result — スキャンリクエストの結果を返す 説明 yaz_s ...
t ( resource $id , array &$result = ? ): array yaz_scan_result() は、直近の yaz_scan() の実行時にサーバーか ...
連キーワード: スキャン , yaz , リクエスト , result , scan , 配列 , array , 個々 , ステータス , ペア ...
-
https://man.plustar.jp/php/function.yaz-scan-result.html
- [similar]
- imap_listscan のエイリアス 10420
- « imap_savebody imap_scanmailbox » PHP Manual IMAP 関数 imap_listscan のエイリアス imap_scan (PH
...
P 4, PHP 5, PHP 7, PHP 8) imap_scan — imap_listscan() のエイリアス 説明 この関数は次の ...
関数のエイリアスです。 imap_listscan() . 関連キーワード: listscan , 関数 , scan , saveb ...
ody , scanmailbox , ...
-
https://man.plustar.jp/php/function.imap-scan.html
- [similar]
- 設定ファイル 9881
- « 実行時設定 .user.ini ファイル » PHP Manual 実行時設定 設定ファイル 設定ファイル 設定ファイル (
...
これは、コンパイル時のオプション --with-config-file-scan-dir で設定します。 このスキャンディレクトリは実行時 ...
に上書きできます。 環境変数 PHP_INI_SCAN_DIR で指定します。 複数のディレクトリを指定するには ...
ATH_SEPARATOR で取得できます) を用います。 PHP_INI_SCAN_DIR に空文字列が指定された場合は、 PHP のコンパイル ...
時に --with-config-file-scan-dir で指定されたディレクトリもスキャンします。 指定 ...
-
https://man.plustar.jp/php/configuration.file.html
- [similar]
- imap_listscan のエイリアス 9275
- « imap_scan imap_search » PHP Manual IMAP 関数 imap_listscan のエイリアス imap_scanmailbox (PHP
...
4, PHP 5, PHP 7, PHP 8) imap_scanmailbox — imap_listscan() のエイリアス 説明 この関数 ...
は次の関数のエイリアスです。 imap_listscan() . 関連キーワード: listscan , 関数 , scanmailbox ...
, scan , search , ...
-
https://man.plustar.jp/php/function.imap-scanmailbox.html
- [similar]
- YAZ 関数 8383
- « 例 yaz_addinfo » PHP Manual YAZ YAZ 関数 YAZ 関数 目次 yaz_addinfo — 詳細なエラー情報を返す ya
...
ードの範囲を指定する yaz_record — レコードを返す yaz_scan_result — スキャンリクエストの結果を返す yaz_scan — ...
-
https://man.plustar.jp/php/ref.yaz.html
- [similar]
- YAZ 8316
- « VarnishLog::getTagName はじめに » PHP Manual その他のサービス YAZ YAZ はじめに インストール/設
...
ードの範囲を指定する yaz_record — レコードを返す yaz_scan_result — スキャンリクエストの結果を返す yaz_scan — ...
-
https://man.plustar.jp/php/book.yaz.html
- [similar]
- 追加の ini ディレクトリにある .ini ファイルのリストを取得する 8181
- « php_ini_loaded_file php_sapi_name » PHP Manual PHP オプション/情報 関数 追加の ini ディレクトリ
...
にある .ini ファイルのリストを取得する php_ini_scanned_files (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) php ...
_ini_scanned_files — 追加の ini ディレクトリにある .ini ファ ...
イルのリストを取得する 説明 php_ini_scanned_files (): string | false php_ini_scanned_files( ...
区切りにした文字列が返されます。 --with-config-file-scan-dir がセットされておらず、かつ環境変数 PHP_INI_SCA ...
-
https://man.plustar.jp/php/function.php-ini-scanned-files.html
- [similar]
- 取得するスキーマを指定する 7844
- « yaz_scan yaz_search » PHP Manual YAZ 関数 取得するスキーマを指定する yaz_schema (PHP 4 >= 4.2.
...
-
https://man.plustar.jp/php/function.yaz-schema.html
- [similar]
- 0 を探す 7777
- « gmp_rootrem gmp_scan1 » PHP Manual GMP 関数 0 を探す gmp_scan0 (PHP 4 >= 4.0.4, PHP 5, PHP 7,
...
PHP 8) gmp_scan0 — 0 を探す 説明 gmp_scan0 ( GMP | int | string $n ...
ます。 インデックスは 0 から始まります。 例 例1 gmp_scan0() の例 <?php // 0 番目から探しはじめ、3 番目の位置 ...
つかります $s1 = gmp_init ( "10111" , 2 ); echo gmp_scan0 ( $s1 , 0 ) . "\n" ; // 5 番目から探しはじめ、7 番 ...
ります $s2 = gmp_init ( "101110000" , 2 ); echo gmp_scan0 ( $s2 , 5 ) . "\n" ; ?> 上の例の出力は以下となりま ...
-
https://man.plustar.jp/php/function.gmp-scan0.html
- [similar]