検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 344 for 番号 (0.080 sec.)
エラーの内容を返す 5219
« yaz_errno yaz_es_result » PHP Manual YAZ 関数 エラーの内容を返す yaz_error (PHP 4 >= 4.0.1, PE ... yaz_error() は、 yaz_errno() で返された直近のエラー番号に対応する英語のメッセージを返します。 パラメータ id ... は空の文字列が返されます。 参考 yaz_errno() - エラー番号を返す yaz_addinfo() - 詳細なエラー情報を返す 関連キ ... ーワード: yaz , エラー , 内容 , errno , 直近 , 番号 , リソース , addinfo , 参考 , 成功 ...
https://man.plustar.jp/php/function.yaz-error.html - [similar]
例外が作られた行を取得する 5183
« Exception::getFile Exception::getTrace » PHP Manual Exception 例外が作られた行を取得する Excep ... public Exception::getLine (): int 例外が作られた行番号を取得します。 パラメータ この関数にはパラメータはあ ... りません。 戻り値 例外が作られた行番号を返します。 例 例1 Exception::getLine() の例 <?php ... :getLine() - オブジェクトのインスタンスが作られた行番号を取得する 関連キーワード: 例外 , 取得 , た行 , Exce ...
https://man.plustar.jp/php/exception.getline.html - [similar]
値を取得する 5183
« ps_get_parameter ps_hyphenate » PHP Manual PS 関数 値を取得する ps_get_value (PECL ps >= 1.1.0 ... 行数。 parskip 段落と段落の間隔。 linenumberspace 行番号を表示するために、各行の先頭に置く空白。 linenumbers ... ep 行番号と行の内容の間隔。 major pslib のメジャーバージョン番 ... 号。 minor pslib のマイナーバージョン番号。 subminor , revision pslib の詳細バージョン番号...
https://man.plustar.jp/php/function.ps-get-value.html - [similar]
メッセージヘッダの配列をソートする 5138
« imap_setflag_full imap_status » PHP Manual IMAP 関数 メッセージヘッダの配列をソートする imap_s ... | false 指定したパラメータにより取得したメッセージ番号をソートします。 パラメータ imap IMAP\Connection クラ ... で、以下の組み合わせとなります。 SE_UID - シーケンス番号の代わりに UID を返す SE_NOPREFETCH - 検索したメッセ ... ト。 戻り値 指定したパラメータでソートしたメッセージ番号の配列を返します。 失敗した場合に false を返します 変 ... criteria , search , 検索 , メールボックス , 最初 , 番号 ...
https://man.plustar.jp/php/function.imap-sort.html - [similar]
子プロセスを停止させたシグナルを返す 5138
« pcntl_wifstopped pcntl_wtermsig » PHP Manual PCNTL 関数 子プロセスを停止させたシグナルを返す p ... tatus ): int | false 子プロセスを停止させたシグナル番号を返します。この関数は、 pcntl_wifstopped() が true ... が正常にコールされた際に得られます。 戻り値 シグナル番号を返します。 この機能を OS がサポートしていない場合、 ... tl , wstopsig , status , wifstopped , 関数 , int , 番号 ...
https://man.plustar.jp/php/function.pcntl-wstopsig.html - [similar]
Windows のサポート 5138
« その他の変更 PHP 7.2.x から PHP 7.3.x への移行 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 ... stat 関数の実装がリファクタリングされました。 inode番号 が取得可能になりました。この値は NTFS のファイルイ ... ンデックス をベースにしています。 デバイス番号は、ボリュームのシリアル番号をベースにするようになり ... RL , 関数 , OPcache , ユーザー , stat , プロセス , 番号 , 取得 , ベース ...
https://man.plustar.jp/php/migration74.windows-support.html - [similar]
ポートおよびプロトコルに対応するインターネットサービスを得る 5093
« getservbyname header_register_callback » PHP Manual ネットワーク 関数 ポートおよびプロトコルに ... ターネットサービスを返します。 パラメータ port ポート番号。 protocol protocol は "tcp" あるいは "udp" (小文字 ... ンターネットサービスおよびプロトコルが関連するポート番号を取得する 関連キーワード: ポート , プロトコル , 対応 ... , protocol , getservbyport , getservbyname , 番号 , string , 参考 , 失敗 ...
https://man.plustar.jp/php/function.getservbyport.html - [similar]
子プロセスを終了させたシグナルを返す 5093
« pcntl_wstopsig POSIX » PHP Manual PCNTL 関数 子プロセスを終了させたシグナルを返す pcntl_wterms ... tatus ): int | false 子プロセスを終了させたシグナル番号を返します。この関数は、 pcntl_wifsignaled() が true ... が正常にコールされた際に得られます。 戻り値 シグナル番号を返します。 この機能を OS がサポートしていない場合、 ... pcntl , status , wtermsig , waitpid , パラメータ , 番号 , wifsignaled ...
https://man.plustar.jp/php/function.pcntl-wtermsig.html - [similar]
フィールドの名前を返す 5093
« pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam ... field にあるフィールドの名前を 返します。フィールド番号は 0 から始まります。 注意 : この関数は、以前は pg_f ... gSql\Result クラスのインスタンス。 field フィールド番号。0 から始まります。 戻り値 フィールド名を返します。 ... 考 pg_field_num() - 指定されたフィールドのフィールド番号を返す 関連キーワード: フィールド , 名前 , length , ... result , fieldname , 番号 , printed , characters , storage , bytes ...
https://man.plustar.jp/php/function.pg-field-name.html - [similar]
テキストをボックス内に出力する 5057
« ps_shfill ps_show_xy2 » PHP Manual PS 関数 テキストをボックス内に出力する ps_show_boxed (PECL ... は値を 1 に設定します。 linenumbermode (parameter) 行番号のつけ方を設定します。 box を設定するとボックス全体に ... 番号をつけ、 paragraph を設定するとその中の段落単位で番号 ... をつけます。 linenumberspace (value) 行番号を表示するための、左側のスペースの幅です。行番号は、 ... す。 デフォルトは 20 です。 linenumbersep (value) 行番号欄と行本文欄の間の空白です。 デフォルトは 5 です。 ハ ...
https://man.plustar.jp/php/function.ps-show-boxed.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT