検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 115 for [SIMILAR] 16 1024 4096 WITH 23968 クッ WITH 1989... (0.144 sec.)
ユーザーのブラウザの機能を取得する 0
« exit __halt_compiler » PHP Manual その他の関数 ユーザーのブラウザの機能を取得する get_browser (PHP 4, PHP 5, PHP 7, PHP 8) get_browser — ユーザーのブラウザの機能を取得する 説明 get_browser ( ? string $user_agent = null , bool $return_array = false ): object | array | false ユーザーのブ ...
https://man.plustar.jp/php/function.get-browser.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 セッションの設定オプション 名前 デフォルト 変更可能 変更履歴 session.save_path "" PHP_INI_ALL session.name "PHPSESSID" PHP_INI_ALL session.save_handler "files" PHP_IN ...
https://man.plustar.jp/php/session.configuration.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]
cURL 転送用オプションを設定する 0
« curl_setopt_array curl_share_close » PHP Manual cURL 関数 cURL 転送用オプションを設定する curl_setopt (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_setopt — cURL 転送用オプションを設定する 説明 curl_setopt ( CurlHandle $handle , int $option , mixed $value ): bool 指定した cURL セッションハ ...
https://man.plustar.jp/php/function.curl-setopt.html - [similar]
curl 共有ハンドルを初期化する 0
« curl_share_errno curl_share_setopt » PHP Manual cURL 関数 curl 共有ハンドルを初期化する curl_share_init (PHP 5 >= 5.5.0, PHP 7, PHP 8) curl_share_init — curl 共有ハンドルを初期化する 説明 curl_share_init (): CurlShareHandle 複数の cURL ハンドルで、データを共有できるようにします。 パラメ ...
https://man.plustar.jp/php/function.curl-share-init.html - [similar]
cURL 共有ハンドルを閉じる 0
« curl_setopt curl_share_errno » PHP Manual cURL 関数 cURL 共有ハンドルを閉じる curl_share_close (PHP 5 >= 5.5.0, PHP 7, PHP 8) curl_share_close — cURL 共有ハンドルを閉じる 説明 curl_share_close ( CurlShareHandle $share_handle ): void 注意 : この関数を実行しても何も起こりません。PHP 8.0. ...
https://man.plustar.jp/php/function.curl-share-close.html - [similar]
基本的な使用法 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]
現在のセッション ID を取得または設定する 0
« session_get_cookie_params session_module_name » PHP Manual セッション関数 現在のセッション ID を取得または設定する session_id (PHP 4, PHP 5, PHP 7, PHP 8) session_id — 現在のセッション ID を取得または設定する 説明 session_id ( ? string $id = null ): string | false session_id() は現在の ...
https://man.plustar.jp/php/function.session-id.html - [similar]
はじめに 0
« cURL インストール/設定 » PHP Manual cURL はじめに はじめに PHP は、Daniel Stenbergにより開発されたライブラリlibcurl をサポートします。 このライブラリにより、多くの異なったプロトコルで様々なサーバーと接続し、 通信することが可能になります。libcurl は現在 http, https, ftp, gopher, telnet, ...
https://man.plustar.jp/php/intro.curl.html - [similar]
基本的な使用法 0
« 例 セッションIDの受渡し » PHP Manual 例 基本的な使用法 基本的な使用法 セッションは、シンプルな方法で個々のユーザーのデータを格納する仕組みで、 個々のユーザーに対して一意なセッション ID を用意します。 これを用いて、複数ページにまたがるリクエストの間で状態の情報を永続させることができます ...
https://man.plustar.jp/php/session.examples.basic.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT