検索

phrase: max: clip:
target: order:
Results of 431 - 440 of about 2172 for 文字 (0.061 sec.)
文字列にストアされたドキュメントをパースする 2574
« tidy::parseFile tidy::repairFile » PHP Manual tidy 文字列にストアされたドキュメントをパースする ... >= 0.5.2) tidy::parseString -- tidy_parse_string — 文字列にストアされたドキュメントをパースする 説明 オブジ ... = null , ? string $encoding = null ): tidy | false 文字列にストアされたドキュメントをパースします。 パラメー ... g パースするデータ。 config config には配列あるいは文字列を渡します。 文字列を渡した場合は設定ファイルの名前 ... スする tidy::repairFile() - ファイルを修正し、それを文字列として返す tidy::repairString() - 別途提供される設 ...
https://man.plustar.jp/php/tidy.parsestring.html - [similar]
直近の SQL 文のエラーメッセージを含む文字列を返す 2560
« db2_stmt_error db2_table_privileges » PHP Manual IBM DB2 関数 直近の SQL 文のエラーメッセージを ... 含む文字列を返す db2_stmt_errormsg (PECL ibm_db2 >= 1.0.0) d ... mt_errormsg — 直近の SQL 文のエラーメッセージを含む文字列を返す 説明 db2_stmt_errormsg ( resource $stmt = ? ... ): string 直近の SQL 文のエラーメッセージを含む文字列を返します。 db2_stmt_errormsg() の引数にステートメ ... nn_error() - 直近の接続から返された SQLSTATE を含む文字列を返す db2_conn_errormsg() - 直近の接続エラーメッセ ...
https://man.plustar.jp/php/function.db2-stmt-errormsg.html - [similar]
fd 上で whence から pos に移動する 2560
« dio_read dio_stat » PHP Manual ダイレクト IO 関数 fd 上で whence から pos に移動する dio_seek ... 定します。 SEEK_CUR - pos が現在のファイル位置からの文字数である ことを指定します。このカウントは正にも負にも ... なりえます。 SEEK_END - pos がファイル終端からの文字数であることを 指定します。負の値は、現在のファイルの ... ek ( $fd , 10 , SEEK_SET ); // ファイル先頭から 10 文字目 dio_seek ( $fd , - 2 , SEEK_CUR ); // ファイル先頭 ... から 8 文字目 dio_seek ( $fd , - 5 , SEEK_END ); // ファイル終端 ...
https://man.plustar.jp/php/function.dio-seek.html - [similar]
バイナリ文字列からインポートする 2560
« gmp_hamdist gmp_init » PHP Manual GMP 関数 バイナリ文字列からインポートする gmp_import (PHP 5 ... >= 5.6.1, PHP 7, PHP 8) gmp_import — バイナリ文字列からインポートする 説明 gmp_import ( string $data ... = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN ): GMP バイナリ文字列から GMP数をインポートします。 パラメータ data イン ... ポートするバイナリ文字列 word_size デフォルト値は1です。 バイナリデータのチ ... は以下となります。 0 258 参考 gmp_export() - バイナリ文字列にエクスポートする 関連キーワード: バイナリ , impo ...
https://man.plustar.jp/php/function.gmp-import.html - [similar]
垂直に文字を描画する 2560
« imagechar imagecolorallocate » PHP Manual GD および Image 関数 垂直に文字を描画する imagecharu ... p (PHP 4, PHP 5, PHP 7, PHP 8) imagecharup — 垂直に文字を描画する 説明 imagecharup ( GdImage $image , GdFon ... olor ): bool 指定した画像 image の指定した位置に、 文字 char を垂直に描画します。 パラメータ image imagecr ... 。 x 始点の x 座標。 y 始点の y 座標。 char 描画する文字。 color imagecolorallocate() で作成された色識別子。 ... えば以下のようになります。 参考 imagechar() - 水平に文字を描画する imageloadfont() - 新しいフォントを読み込む ...
https://man.plustar.jp/php/function.imagecharup.html - [similar]
16進数にエンコードする 2560
« sodium_bin2base64 sodium_compare » PHP Manual Sodium 関数 16進数にエンコードする sodium_bin2he ... odium_bin2hex ( string $string ): string 生バイナリ文字列を16進文字列にエンコードします。 標準の16進文字列に ... です) で実行できます。 パラメータ string 生のバイナリ文字列。 戻り値 16進数にエンコードされた文字列を返します ...
https://man.plustar.jp/php/function.sodium-bin2hex.html - [similar]
クォートされた文字列のクォート部分を取り除く 2560
« stripos stristr » PHP Manual String 関数 クォートされた文字列のクォート部分を取り除く stripsla ... PHP 5, PHP 7, PHP 8) stripslashes — クォートされた文字列のクォート部分を取り除く 説明 stripslashes ( strin ... g $string ): string クォートされた文字列を元に戻します。 stripslashes() は、 (データベース ... を直接出力するような場合です。 パラメータ string 入力文字列。 戻り値 バックスラッシュが取り除かれた文字列を返 ... ( [0] => fo'o [1] => b'ar ) ) 参考 addslashes() - 文字列をスラッシュでクォートする get_magic_quotes_gpc() ...
https://man.plustar.jp/php/function.stripslashes.html - [similar]
文字列の汚染を除去する 2560
« taint Data Structures » PHP Manual Taint 関数 文字列の汚染を除去する untaint (PECL taint >=0.1 ... .0) untaint — 文字列の汚染を除去する 説明 untaint ( string &$string , ... string ...$strings ): bool 文字列の汚染を除去します。 パラメータ string strings 戻り ...
https://man.plustar.jp/php/function.untaint.html - [similar]
XML パーサのエラー文字列を得る 2560
« XML パーサ 関数 xml_get_current_byte_index » PHP Manual XML パーサ 関数 XML パーサのエラー文字 ... PHP 7, PHP 8) xml_error_string — XML パーサのエラー文字列を得る 説明 xml_error_string ( int $error_code ): ... ? string エラーコード error_code の説明を有する文字列を 返します。 パラメータ error_code xml_get_error_ ... ード。 戻り値 エラーコード error_code の説明を有する文字列を 返します。説明がない場合には false を返します。 ...
https://man.plustar.jp/php/function.xml-error-string.html - [similar]
詳細 2560
« リソース型 汚染された文字列の汚染マークを広げる関数や文 » PHP Manual Taint 詳細 詳細 目次 汚染 ... された文字列の汚染マークを広げる関数や文 汚染された文字列をチェ ... ックする関数や文 文字列の汚染を除去する関数 関連キーワード: 汚染 , 関数 , ...
https://man.plustar.jp/php/taint.detail.html - [similar]