検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 237 for [SIMILAR] 16 1024 4096 WITH 39418 mimeheader WIT... (0.289 sec.)
基本的な使用法 0
« 例 出力リライトの使用法 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 出力制御の例 <?php ob_start (); echo "Hello\n" ; setcookie ( "cookiename" , "cookiedata" ); ob_end_flush (); ?> 上記の例では、 echo からの出力は、 ob_end_flush() がコールされるまで出力バッファに 保存されます。この ...
https://man.plustar.jp/php/outcontrol.examples.basic.html - [similar]
Rar アーカイブをオープンする 0
« RarArchive::isSolid RarArchive::setAllowBroken » PHP Manual RarArchive Rar アーカイブをオープンする RarArchive::open rar_open (PECL rar >= 2.0.0) RarArchive::open -- rar_open — Rar アーカイブをオープンする 説明 オブジェクト指向型 (メソッド) public static RarArchive::open ( string $file ...
https://man.plustar.jp/php/rararchive.open.html - [similar]
他の SAPI との違い 0
« はじめに オプション » PHP Manual コマンドラインの使用法 他の SAPI との違い 他の SAPI との違い CLI SAPI を他の SAPI と比べた時の 大きな違いを以下に示します。 CGI SAPI と異なり、ヘッダが出力されません。 CGI SAPI は HTTP ヘッダの出力を抑制する機能を 提供していますが、等価な機能は CLI SAPI ...
https://man.plustar.jp/php/features.commandline.differences.html - [similar]
メッセージセクションを展開/デコードする 0
« mailparse_msg_extract_part_file mailparse_msg_extract_whole_part_file » PHP Manual Mailparse 関数 メッセージセクションを展開/デコードする mailparse_msg_extract_part (PECL mailparse >= 0.9.0) mailparse_msg_extract_part — メッセージセクションを展開/デコードする 説明 mailparse_msg_extract ...
https://man.plustar.jp/php/function.mailparse-msg-extract-part.html - [similar]
クッキーを送信する 0
« pfsockopen setrawcookie » PHP Manual ネットワーク 関数 クッキーを送信する setcookie (PHP 4, PHP 5, PHP 7, PHP 8) setcookie — クッキーを送信する 説明 setcookie ( string $name , string $value = "" , int $expires_or_options = 0 , string $path = "" , string $domain = "" , bool $secure = fa ...
https://man.plustar.jp/php/function.setcookie.html - [similar]
要件 0
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 pthreads を使うには、ビルド時に ZTS (Zend Thread Safety) を有効 ( --enable-zts を指定。 PHP 8.0.0 より前のバージョン、かつ Windows 以外のバージョンの場合は、 --enable-maintainer-zts を指定) にする必要があります ...
https://man.plustar.jp/php/pthreads.requirements.html - [similar]
URL 関数 0
« 定義済み定数 base64_decode » PHP Manual URLs URL 関数 URL 関数 目次 base64_decode — MIME base64 方式によりエンコードされたデータをデコードする base64_encode — MIME base64 方式でデータをエンコードする get_headers — HTTP リクエストに対するレスポンス内で サーバーによって送出された全てのヘ ...
https://man.plustar.jp/php/ref.url.html - [similar]
URLs 0
« token_name はじめに » PHP Manual その他の基本モジュール URLs URLs はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 URL 関数 base64_decode — MIME base64 方式によりエンコードされたデータをデコードする base64_encode — MIME base64 方式でデータをエンコード ...
https://man.plustar.jp/php/book.url.html - [similar]
画像の大きさを取得する 0
« gd_info getimagesizefromstring » PHP Manual GD および Image 関数 画像の大きさを取得する getimagesize (PHP 4, PHP 5, PHP 7, PHP 8) getimagesize — 画像の大きさを取得する 説明 getimagesize ( string $filename , array &$image_info = null ): array | false getimagesize() 関数は、サポートする任 ...
https://man.plustar.jp/php/function.getimagesize.html - [similar]
新しいセッションを開始、あるいは既存のセッションを再開する 0
« session_set_save_handler session_status » PHP Manual セッション関数 新しいセッションを開始、あるいは既存のセッションを再開する session_start (PHP 4, PHP 5, PHP 7, PHP 8) session_start — 新しいセッションを開始、あるいは既存のセッションを再開する 説明 session_start ( array $options = [] ...
https://man.plustar.jp/php/function.session-start.html - [similar]