検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 2833 for 出力 (0.024 sec.)
ブラウザに blob の内容を出力する 3112
« ibase_blob_create ibase_blob_get » PHP Manual Firebird/InterBase 関数 ブラウザに blob の内容を ... < 7.4.0) ibase_blob_echo — ブラウザに blob の内容を出力する 説明 ibase_blob_echo ( string $blob_id ): bool ... は読み込み用に BLOB をオープンし、直接その内容を標準出力 (たいていの場合はブラウザ) に送信します。 パラメー ... 分のデータを取得する 関連キーワード: ibase , 内容 , 出力 , オープン , 取得 , 関数 , string , データ , ident ...
https://man.plustar.jp/php/function.ibase-blob-echo.html - [similar]
ソースファイルポインタからストリームデータを取得し、 エンコーディングを適用し、... 3112
« mailparse_rfc822_parse_addresses mailparse_uudecode_all » PHP Manual Mailparse 関数 ソースファ ... ストリームデータを取得し、 エンコーディングを適用し、出力ファイルポインタに書き込む mailparse_stream_encode ( ... ストリームデータを取得し、 エンコーディングを適用し、出力ファイルポインタに書き込む 説明 mailparse_stream_enc ... ストリームデータを取得し、 encoding を適用して それを出力ファイルポインタに書き込みます。 パラメータ sourcefp ... ルの内容を表示します fpassthru ( $dest ); ?> 上の例の出力は以下となります。 hello, this is some text=3Dhello. ...
https://man.plustar.jp/php/function.mailparse-stream-encode.html - [similar]
実行時設定 3112
« インストール 非互換性 » PHP Manual Mysqlnd 実行時設定 実行時設定 php.ini の設定により動作が変化 ... onnection_stats() でアクセスでき、 phpinfo() 関数の出力の mysqlnd セクションにも表示されます。 この設定項目 ... onnection_stats() でアクセスでき、 phpinfo() 関数の出力の mysqlnd セクションにも表示されます。 この設定項目 ... のオプションは、次のとおりです。 A[,file] - トレース出力を指定したファイルに追記します。 また、データの追記は ... も完全なログファイルを残せます。 a[,file] - トレース出力を指定したファイルに追記します。 d - DBUG_<N> マクロ ...
https://man.plustar.jp/php/mysqlnd.config.html - [similar]
他の SAPI との違い 3059
« はじめに オプション » PHP Manual コマンドラインの使用法 他の SAPI との違い 他の SAPI との違い ... な違いを以下に示します。 CGI SAPI と異なり、ヘッダが出力されません。 CGI SAPI は HTTP ヘッダの出力を抑制する ... h true print , echo および 関連するものによる全ての出力は、直ちに出力され、バッファに キャッシュされないこと ... が望ましいと言えます。この場合でも、 標準出力を保留または操作したい場合には、 出力バッファリング ... alse php.ini で false とハードコードされていても、 出力バッファリング 関数は使用可能です。 max_input_time f ...
https://man.plustar.jp/php/features.commandline.differences.html - [similar]
置換文字を設定あるいは取得する 3059
« mb_strwidth mb_substr_count » PHP Manual マルチバイト文字列 関数 置換文字を設定あるいは取得する ... int | bool 入力文字エンコーディングが無効、 または出力文字エンコーディングに文字コードが存在しない場合の代 ... 替文字を指定します。 無効な文字は、 "none" (出力しない)、文字列または整数値 (Unicode 文字コード値) に ... 整数または文字列を以下のように指定します。 "none" : 出力しない "long" : 文字コードの値を出力する (例: U+3000 ... 、 JIS+7E7E ) "entity" : 文字エンティティを出力する (例: &#x200; ) 戻り値 substitute_character が設 ...
https://man.plustar.jp/php/function.mb-substitute-character.html - [similar]
出力をフラッシュする 3059
« streamWrapper::stream_eof streamWrapper::stream_lock » PHP Manual streamWrapper 出力をフラッシ ... PHP 5, PHP 7, PHP 8) streamWrapper::stream_flush — 出力をフラッシュする 説明 public streamWrapper::stream_f ... ていない場合の戻り値は false です。 参考 fflush() - 出力をファイルにフラッシュする 関連キーワード: フラッシュ ... , 出力 , streamWrapper , stream , 格納 , データ , flush , ...
https://man.plustar.jp/php/streamwrapper.stream-flush.html - [similar]
システムプログラムの実行 3009
« posix_uname はじめに » PHP Manual プロセス制御 システムプログラムの実行 システムプログラムの実 ... 実行する passthru — 外部プログラムを実行し、未整形の出力を表示する proc_close — proc_open で開かれたプロセス ... スの優先度を変更する proc_open — コマンドを実行し、入出力用にファイルポインタを開く proc_terminate — proc_ope ... l_exec — シェルによりコマンドを実行し、文字列として出力全体を返す system — 外部プログラムを実行し、出力を表 ... ム , プロセス , プログラム , open , 外部 , シェル , 出力 , 終了 ...
https://man.plustar.jp/php/book.exec.html - [similar]
PHP の使いかた 3009
« 構築時の問題 パスワードのハッシュ » PHP Manual FAQ PHP の使いかた PHP の使いかた このセクション ... す。 次のようなコードを実行すると、思った通りの順番で出力が表示されません。 function myfunc($argument) { echo ... "これは1行目"; ?> <?php echo "この行は改行に続いて出力されるはず"; ?> </pre> 'Warning: Cannot send session ... tion - headers already set...'といった メッセージが出力されるのですが。 sent...'. リクエストヘッダに直接アク ... で単純にループして empty() で値をチェックし、 結果を出力します。 <?php $empty = $post = array(); foreach ( $ ...
https://man.plustar.jp/php/faq.using.html - [similar]
Basic FFI usage 3009
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail ... -> printf ( "Hello %s!\n" , "world" ); ?> 上の例の出力は以下となります。 Hello world! 注意 : Note that som ... hole C data structure var_dump ( $tz ); ?> 上の例の出力は、 たとえば以下のようになります。 int(0) int(15559 ... t C's errno var_dump ( $ffi -> errno ); ?> 上の例の出力は以下となります。 int(0) 例4 Creating and Modifying ... cdata += 2 ; var_dump ( $x -> cdata ); ?> 上の例の出力は以下となります。 int(0) int(5) int(7) 例5 Working ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
変換フィルタ 3009
« 文字列フィルタ 圧縮フィルタ » PHP Manual 利用できるフィルタのリスト 変換フィルタ 変換フィルタ ... とができます。 line-length が与えられた 場合、base64 出力は line-length 文字単位に 分割されます。 line-break- ... タは、 line-break-chars で指定された文字列で区切って出力されます。 これらのパラメータは、 base64_encode() を ... ( $fp , "This is a test.\n" ); fclose ( $fp ); /* 出力: VGhpcyBpcyBhIHRlc3QuCg== */ $param = array( 'line ... ( $fp , "This is a test.\n" ); fclose ( $fp ); /* 出力: VGhpcyBp : cyBhIHRl : c3QuCg== */ $fp = fopen ( ' ...
https://man.plustar.jp/php/filters.convert.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT