検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 431 for [SIMILAR] 16 1024 4096 WITH 12998 トロ WITH 1115... (0.372 sec.)
基本的な使用法 0
« 例 FTP 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 FTP の例 <?php // 接続を確立する $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードでログインする $login_result = ftp_login ( $ftp , $ftp_user_name , $ftp_user_pass ); // 接続できたか確認する if ((! $ftp ) || (! $ ...
https://man.plustar.jp/php/ftp.examples-basic.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]
CUBRID データベースへの接続 0
« CUBRID (PDO) PDO::cubrid_schema » PHP Manual CUBRID (PDO) CUBRID データベースへの接続 PDO_CUBRID DSN (PECL PDO_CUBRID >= 8.3.0.0001) PDO_CUBRID DSN — CUBRID データベースへの接続 説明 PDO_CUBRID のデータソース名 (DSN) は次の要素をセミコロン区切りで表したものです。 DSN プレフィックス DSN ...
https://man.plustar.jp/php/ref.pdo-cubrid.connection.html - [similar]
Cookie 変数を取得する 0
« Yaf_Request_Http::get Yaf_Request_Http::getFiles » PHP Manual Yaf_Request_Http Cookie 変数を取得する Yaf_Request_Http::getCookie (Yaf >=1.0.0) Yaf_Request_Http::getCookie — Cookie 変数を取得する 説明 public Yaf_Request_Http::getCookie ( string $name , string $default = ? ): mixed Cooki ...
https://man.plustar.jp/php/yaf-request-http.getcookie.html - [similar]
Lightweight Directory Access Protocol 0
« GearmanException はじめに » PHP Manual その他のサービス Lightweight Directory Access Protocol Lightweight Directory Access Protocol はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 PHP LDAP コールの使用法 LDAP コントロール 例 基本的な使用法 LDAP コント ...
https://man.plustar.jp/php/book.ldap.html - [similar]
igbinary_serialize によって保存されたバイナリ表現から、PHP の値を復元する 0
« igbinary_serialize JSON » PHP Manual Igbinary 関数 igbinary_serialize によって保存されたバイナリ表現から、PHP の値を復元する igbinary_unserialize (PECL igbinary >= 1.1.1) igbinary_unserialize — igbinary_serialize() によって保存されたバイナリ表現から、PHP の値を復元する 説明 igbinary_un ...
https://man.plustar.jp/php/function.igbinary-unserialize.html - [similar]
トレイトが存在するかどうかを調べる 0
« property_exists Ctype » PHP Manual クラス/オブジェクト関数 トレイトが存在するかどうかを調べる trait_exists (PHP 5 >= 5.4.0, PHP 7, PHP 8) trait_exists — トレイトが存在するかどうかを調べる 説明 trait_exists ( string $trait , bool $autoload = true ): bool パラメータ trait 調べたいトレイト ...
https://man.plustar.jp/php/function.trait-exists.html - [similar]
未定義のクラスのロードを試みる 0
« クラス/オブジェクト関数 class_alias » PHP Manual クラス/オブジェクト関数 未定義のクラスのロードを試みる __autoload (PHP 5, PHP 7) __autoload — 未定義のクラスのロードを試みる 警告 この関数は PHP 7.2.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数に頼らないことを強く推奨します ...
https://man.plustar.jp/php/function.autoload.html - [similar]
クラスとオブジェクト 0
« 第一級callableを生成する記法 はじめに » PHP Manual 言語リファレンス クラスとオブジェクト クラスとオブジェクト 目次 はじめに クラスの基礎 プロパティ オブジェクト定数 クラスのオートローディング コンストラクタとデストラクタ アクセス権 オブジェクトの継承 スコープ定義演算子 (::) static キー ...
https://man.plustar.jp/php/language.oop5.html - [similar]
現在の PHP スクリプトの所有者の名前を取得する 0
« get_cfg_var get_defined_constants » PHP Manual PHP オプション/情報 関数 現在の PHP スクリプトの所有者の名前を取得する get_current_user (PHP 4, PHP 5, PHP 7, PHP 8) get_current_user — 現在の PHP スクリプトの所有者の名前を取得する 説明 get_current_user (): string 現在の PHP スクリプトの所 ...
https://man.plustar.jp/php/function.get-current-user.html - [similar]