検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 127 for w (0.135 sec.)
キリル文字セットを他のものに変換する 5701
« chunk_split convert_uudecode » PHP Manual String 関数 キリル文字セットを他のものに変換する con ... トされている文字セットは次のとおりです。 k - koi8-r w - windows-1251 i - iso8859-5 a - x-cp866 d - x-cp8 ...
https://man.plustar.jp/php/function.convert-cyr-string.html - [similar]
データをファイルに同期する(但しメタデータは除く) 5701
« fclose feof » PHP Manual ファイルシステム 関数 データをファイルに同期する(但しメタデータは除く ... が、POSIX システムで唯一異なることに注意して下さい。 Windows では、この関数は fsync() のエイリアスになって ... hp $file = 'test.txt' ; $stream = fopen ( $file , 'w' ); fwrite ( $stream , 'test data' ); fwrite ( $st ... ream , "\r\n" ); fwrite ( $stream , 'additional data' ); fdatasync ( $ ...
https://man.plustar.jp/php/function.fdatasync.html - [similar]
FDF ドキュメントをオープンする 5701
« fdf_open_string fdf_remove_item » PHP Manual FDF 関数 FDF ドキュメントをオープンする fdf_open ... ファイルに保存します $fdffp = fopen ( "test.fdf" , "w" ); fwrite ( $fdffp , $HTTP_FDF_DATA , strlen ( $H ...
https://man.plustar.jp/php/function.fdf-open.html - [similar]
フォーマットされた文字列をストリームに書き込む 5701
« explode get_html_translation_table » PHP Manual String 関数 フォーマットされた文字列をストリー ... は、以下のプロトタイプに従います: %[argnum$][flags][width][.precision]specifier . Argnum 何番目の引数を変 ... めできます。 ' (char) 指定された (char) で埋めます。 Width (最小で)何文字がこの変換結果に含まれるかを数値 ... c 指定子はパディングと幅を無視します 警告 文字列と width 指定子を、1文字の表現に1バイト以上必要な文字セ ... ロ埋め <?php if (!( $fp = fopen ( 'currency.txt' , 'w' ))) { return; } fprintf ( $fp , "%04d-%02d-%02d" ...
https://man.plustar.jp/php/function.fprintf.html - [similar]
データをファイルに同期する(メタデータも含む) 5701
« fstat ftell » PHP Manual ファイルシステム 関数 データをファイルに同期する(メタデータも含む) fs ... hp $file = 'test.txt' ; $stream = fopen ( $file , 'w' ); fwrite ( $stream , 'test data' ); fwrite ( $st ... ream , "\r\n" ); fwrite ( $stream , 'additional data' ); fsync ( $stre ...
https://man.plustar.jp/php/function.fsync.html - [similar]
リソース型を返す 5701
« get_resource_id gettype » PHP Manual 変数操作 関数 リソース型を返す get_resource_type (PHP 4 > ... 数で型が判別できなかった 場合は、戻り値は文字列 Unknown となります。 もし resource が resource でない場合 ... _resource_type() の例 <?php $fp = fopen ( "foo" , "w" ); echo get_resource_type ( $fp ) . "\n" ; // PHP ...
https://man.plustar.jp/php/function.get-resource-type.html - [similar]
PostgreSQL 接続のトレースを無効にする 5701
« pg_unescape_bytea pg_update » PHP Manual PostgreSQL 関数 PostgreSQL 接続のトレースを無効にする ... f ( $pgsql_conn ) { pg_trace ( '/tmp/trace.log' , 'w' , $pgsql_conn ); pg_query ( "SELECT 1" ); pg_untr ...
https://man.plustar.jp/php/function.pg-untrace.html - [similar]
コメントと空白文字を取り除いたソースを返す 5701
« pack sapi_windows_cp_conv » PHP Manual その他の関数 コメントと空白文字を取り除いたソースを返す ... php_strip_whitespace (PHP 5, PHP 7, PHP 8) php_strip_whitespac ... トと空白文字を取り除いたソースを返す 説明 php_strip_whitespace ( string $filename ): string PHP のソース ... のに役立つでしょう。 これは コマンドライン から php -w を実行するのと同じです。 パラメータ filename PHP フ ... ディレクティブの値を考慮します。 例 例1 php_strip_whitespace() の例 <?php // これは PHP のコメントです ...
https://man.plustar.jp/php/function.php-strip-whitespace.html - [similar]
正規表現によるマッチングを行う 5701
« preg_match_all preg_quote » PHP Manual PCRE 関数 正規表現によるマッチングを行う preg_match (PH ... された正規表現のパターンがコンパイルできない場合、 E_WARNING が発生します。 変更履歴 バージョン 説明 7.2. ... 検索を示す if ( preg_match ( "/php/i" , "PHP is the web scripting language of choice." )) { echo "A matc ... h was found." ; } else { echo "A match was not found." ... ; } ?> 例2 単語 "web" を探す <?php /* パターン内の \b は単語の境界を示 ...
https://man.plustar.jp/php/function.preg-match.html - [similar]
正規表現検索および置換を行う 5701
« preg_replace_callback preg_split » PHP Manual PCRE 関数 正規表現検索および置換を行う preg_repl ... を返します。 エラー / 例外 "\e" 修飾子を使うと、 E_WARNING レベルのエラーが発生します。 渡された正規表現 ... のパターンがコンパイルできない場合、 E_WARNING が発生します。 例 例1 数字リテラルが後に続く ... <?php $string = 'April 15, 2003' ; $pattern = '/(\w+) (\d+), (\d+)/i' ; $replacement = '${1}1,$3' ; ec ... 3 例2 添字配列の使用 <?php $string = 'The quick brown fox jumps over the lazy dog.' ; $patterns = array ...
https://man.plustar.jp/php/function.preg-replace.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT