検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 344 for 番号 (0.009 sec.)
カラム番号を返す 7071
« odbc_field_name odbc_field_precision » PHP Manual ODBC 関数 カラム番号を返す odbc_field_num (P ... HP 4, PHP 5, PHP 7, PHP 8) odbc_field_num — カラム番号を返す 説明 odbc_field_num ( resource $statement , s ... nt 結果 ID。 field フィールド名。 戻り値 フィールド番号、あるいはエラー時に false を返します。 フィールド番 ... 号は、1 から始まります。 関連キーワード: 番号 , カラム , フィールド , num , precision , 関数 , r ...
https://man.plustar.jp/php/function.odbc-field-num.html - [similar]
直近のマルチハンドルに対するエラー番号を返す 6980
« curl_multi_close curl_multi_exec » PHP Manual cURL 関数 直近のマルチハンドルに対するエラー番号 ... rl_multi_errno — 直近のマルチハンドルに対するエラー番号を返す 説明 curl_multi_errno ( CurlMultiHandle $mult ... i_handle ): int 直近のマルチハンドルに対するエラー番号を含んだ数値を返します。 パラメータ multi_handle cur ... ハンドル。 戻り値 直近のマルチハンドルに対するエラー番号を含んだ数値を返します。 変更履歴 バージョン 説明 8. ... を期待していました。 参考 curl_errno() - 直近のエラー番号を返す 関連キーワード: 直近 , マルチ , ハンドル , エ ...
https://man.plustar.jp/php/function.curl-multi-errno.html - [similar]
直近の共有ハンドルに対するエラー番号を返す 6980
« curl_share_close curl_share_init » PHP Manual cURL 関数 直近の共有ハンドルに対するエラー番号... curl_share_errno — 直近の共有ハンドルに対するエラー番号を返す 説明 curl_share_errno ( CurlShareHandle $shar ... e_handle ): int 直近の共有ハンドルに対するエラー番号を含んだ数値を返します。 パラメータ share_handle cur ... 共有ハンドル 戻り値 直近の共有ハンドルに対するエラー番号を含んだ数値を返します。 失敗した場合に false を返し ... を期待していました。 参考 curl_errno() - 直近のエラー番号を返す 関連キーワード: 直近 , 共有 , ハンドル , エラ ...
https://man.plustar.jp/php/function.curl-share-errno.html - [similar]
XML パーサのカレントの行番号を得る 6854
« xml_get_current_column_number xml_get_error_code » PHP Manual XML パーサ 関数 XML パーサのカレ ... ントの行番号を得る xml_get_current_line_number (PHP 4, PHP 5, PH ... _get_current_line_number — XML パーサのカレントの行番号を得る 説明 xml_get_current_line_number ( XMLParser ... $parser ): int 指定した XML パーサのカレントの行番号を取得します。 パラメータ parser 行番号を得る XML パ ... 外の場合にデータバッファの中で 現在パーサが処理中の行番号を返します。 変更履歴 バージョン 説明 8.0.0 引数 par ...
https://man.plustar.jp/php/function.xml-get-current-line-number.html - [similar]
Phar エントリオブジェクトを作成する 6854
« PharFileInfo::compress PharFileInfo::decompress » PHP Manual PharFileInfo Phar エントリオブジェ ... ' ]; foreach ( $file as $line => $text ) { echo "行番号 $line : $text " ; } // これも動作します $file = ne ... ' ); foreach ( $file as $line => $text ) { echo "行番号 $line : $text " ; } } catch ( Exception $e ) { ech ... した: ' , $e ; } ?> 上の例の出力は以下となります。 行番号 1: hi 行番号 2: there 行番号 3: dude 行番号 1: hi ...番号 2: there 行番号 3: dude 関連キーワード: Phar , オブ ...
https://man.plustar.jp/php/pharfileinfo.construct.html - [similar]
エラーが起きた行番号を取得する 6773
« Error::getFile Error::getTrace » PHP Manual Error エラーが起きた行番号を取得する Error::getLin ... e (PHP 7, PHP 8) Error::getLine — エラーが起きた行番号を取得する 説明 final public Error::getLine (): int ... エラーが起きた行番号を取得します パラメータ この関数にはパラメータはあり ... ません。 戻り値 エラーが起きた行番号を返します 例 例1 Error::getLine() の例 <?php try { ... :getLine() - オブジェクトのインスタンスが作られた行番号を取得する 関連キーワード: エラー , 取得 , getLine , ...
https://man.plustar.jp/php/error.getline.html - [similar]
XML パーサのカレントのカラム番号を取得する 6773
« xml_get_current_byte_index xml_get_current_line_number » PHP Manual XML パーサ 関数 XML パーサ ... のカレントのカラム番号を取得する xml_get_current_column_number (PHP 4, PHP ... urrent_column_number — XML パーサのカレントのカラム番号を取得する 説明 xml_get_current_column_number ( XMLP ... parser ): int 指定した XML パーサのカレントのカラム番号を取得します。 パラメータ parser カラム番号を得る XM ... et_current_line_number() - XML パーサのカレントの行番号を得る 関連キーワード: パーサ , カラム , カレント , ...
https://man.plustar.jp/php/function.xml-get-current-column-number.html - [similar]
指定したエラー番号に対応するシステムのエラーメッセージを取得する 6646
« posix_setuid posix_times » PHP Manual POSIX 関数 指定したエラー番号に対応するシステムのエラーメ ... HP 5, PHP 7, PHP 8) posix_strerror — 指定したエラー番号に対応するシステムのエラーメッセージを取得する 説明 ... strerror ( int $error_code ): string 指定したエラー番号 error_code に対応する POSIX システムエラーメッセー ... ror_code posix_get_last_error() が返す POSIX エラー番号。0 に設定すると、文字列 "Success" が返されます。 戻 ... error() - 直近で失敗した posix 関数が設定したエラー番号を取得する 関連キーワード: エラー , 番号 , 対応 , エ ...
https://man.plustar.jp/php/function.posix-strerror.html - [similar]
bzip2 エラー番号とエラー文字列を配列で返す 6610
« bzerrno bzerrstr » PHP Manual Bzip2 関数 bzip2 エラー番号とエラー文字列を配列で返す bzerror (P ... 4.0.4, PHP 5, PHP 7, PHP 8) bzerror — bzip2 エラー番号とエラー文字列を配列で返す 説明 bzerror ( resource $ ... れたファイルポインタから返された bzip2 エラーのエラー番号とエラー文字列を返します。 パラメータ bz ファイルポイ ... rror [ "errstr" ]; ?> 参考 bzerrno() - bzip2 エラー番号を返す bzerrstr() - bzip2 エラー文字列を返す 関連キー ... ワード: エラー , bzip , 番号 , 配列 , bzerror , bzerrno , bzerrstr , bz , ポイン ...
https://man.plustar.jp/php/function.bzerror.html - [similar]
複合的な書式 6565
« 日付の書式 相対的な書式 » PHP Manual サポートする日付と時刻の書式 複合的な書式 複合的な書式 こ ... II ":" SS "2008:08:07 18:11:31" ISO の年、 ISO の週番号 YY "-"? "W" W "2008W27", "2008-W28" ISO の年、 ISO ... の週番号、 ISO の曜日番号 YY "-"? "W" W "-"? [0-7] "2008W273 ... II ":" SS "2008-08-07 18:11:31" PostgreSQL: 年、日番号 YY "."? doy "2008.197", "2008197" SOAP YY "-" MM " ... "2008-7-1T9:3:37" 注意 : 書式「 ISO の年、 ISO の週番号」と 「 ISO の年、 ISO の週番号、 ISO の曜日番号」で ...
https://man.plustar.jp/php/datetime.formats.compound.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT