検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 284 for [SIMILAR] 16 1024 4096 WITH 35753 imagecreatefro... (0.217 sec.)
PHP の変数を、クエリで取得するカラムに関連づける 0
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける oci_define_by_name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_define_by_name — PHP の変数を、クエリで取得するカラムに関連づける 説明 oci_define_by_name ( resource $statement , string $colum ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
一意な接続を使って Oracle サーバーへ接続する 0
« oci_new_collection oci_new_cursor » PHP Manual OCI8 関数 一意な接続を使って Oracle サーバーへ接続する oci_new_connect (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_new_connect — 一意な接続を使って Oracle サーバーへ接続する 説明 oci_new_connect ( string $username , string $password , ? ...
https://man.plustar.jp/php/function.oci-new-connect.html - [similar]
ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する 0
« openssl_decrypt openssl_digest » PHP Manual OpenSSL 関数 ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する openssl_dh_compute_key (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_dh_compute_key — ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する ...
https://man.plustar.jp/php/function.openssl-dh-compute-key.html - [similar]
MySQL 改良版拡張モジュール 0
« 文字セット はじめに » PHP Manual MySQL MySQL 改良版拡張モジュール MySQL 改良版拡張モジュール はじめに mysqli の概要 クイックスタートガイド 手続き型とオブジェクト指向インターフェイス データベース接続 ステートメントの実行 プリペアドステートメント ストアドプロシージャ 複数のステートメント ...
https://man.plustar.jp/php/book.mysqli.html - [similar]
PHP と COM 0
« PHP と HTML その他の質問 » PHP Manual FAQ PHP と COM PHP と COM PHP は Win32 プラットフォーム上で COM と DCOM オブジェクトに アクセスすることができます。 とある計算を行う DLL を作成しました。これを PHP で実行させる方法は ありますか? 'Unsupported variant type: xxxx (0xxxxx)'とはどういう ...
https://man.plustar.jp/php/faq.com.html - [similar]
リファレンスカウントの原理 0
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リファレンスカウントの原理 PHP 変数は「zval」と呼ばれるコンテナに保管されます。 zval コンテナには、変数の型と値の他に、情報の追加ビットを2つ含みます。 1つ目は「is_ref」と呼ばれ、変数が「参照集合 ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
PHP による HTTP 認証 0
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関数を使うと、 "Authentication Required" メッセージをクライアントブラウザに送ることができます。 これにより、クライアントブラウザではユーザー名とパスワードの入力要求 ウインドウがポップアップ表示さ ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
OCI8 接続のハンドリングおよびプーリング 0
« 例 OCI8 高速アプリケーション通知 (FAN) サポート » PHP Manual OCI8 OCI8 接続のハンドリングおよびプーリング OCI8 接続のハンドリングおよびプーリング 接続関数 oci8 拡張モジュールは Oracle に接続するための 3 つの異なる関数を提供しています。標準の接続関数は oci_connect() です。これは Oracle ...
https://man.plustar.jp/php/oci8.connection.html - [similar]
結果セットから次の行を取得する 0
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取得する PDOStatement::fetch (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDOStatement::fetch — 結果セットから次の行を取得する 説明 public PDOStatement::fetch ( int $mode = PDO::FETCH_DEFA ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]