検索

phrase: max: clip:
target: order:
Results of 601 - 610 of about 661 for Open (0.074 sec.)
Send a CUBRID query 2949
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... n identifier is not specified, the last connection opened by cubrid_connect() is assumed. 戻り値 For SELEC ... ree_result ( $result ); ?> 参考 cubrid_connect() - Open a connection to a CUBRID Server cubrid_error() - G ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
リクエストグループを作る 2949
« eio_grp_limit eio_init » PHP Manual Eio 関数 リクエストグループを作る eio_grp (PECL eio >= 0.0 ... = dirname ( __FILE__ ) . "/eio-file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( $fp , "some dat ... イルを開いたときに呼ばれます */ function my_grp_file_opened_callback ( $data , $result ) { global $my_file_f ... emp_filename ); // リクエストを作ります $req = eio_open ( $temp_filename , EIO_O_RDWR | EIO_O_APPEND , NUL ... L , EIO_PRI_DEFAULT , "my_grp_file_opened_callback" , NULL ); // リクエストをグループに追加 ...
https://man.plustar.jp/php/function.eio-grp.html - [similar]
外部プログラムを実行する 2949
« escapeshellcmd passthru » PHP Manual プログラム実行関数 外部プログラムを実行する exec (PHP 4, ... を起動せずに外部プログラムを起動したい場合は、 proc_open() 関数を bypass_shell オプションを指定して使うよう ...
https://man.plustar.jp/php/function.exec.html - [similar]
指定したメッセージのヘッダ情報の概要を読む 2949
« imap_expunge imap_fetchbody » PHP Manual IMAP 関数 指定したメッセージのヘッダ情報の概要を読む ... 例1 imap_fetch_overview() の例 <?php $mbox = imap_open ( "{imap.example.org:143}INBOX" , "username" , "pa ...
https://man.plustar.jp/php/function.imap-fetch-overview.html - [similar]
購読中の全メールボックスの一覧を取得する 2949
« imap_getmailboxes imap_header » PHP Manual IMAP 関数 購読中の全メールボックスの一覧を取得する ... のインスタンス。 reference reference は、通常は imap_open() で指定したサーバー情報です。 警告 信頼できないデ ...
https://man.plustar.jp/php/function.imap-getsubscribed.html - [similar]
データを暗号化する 2949
« mcrypt_generic_init mcrypt_get_block_size » PHP Manual Mcrypt 関数 データを暗号化する mcrypt_g ... 号化バッファを開放すべきです。使用例は mcrypt_module_open() を参照ください。 data 暗号化するデータ。 戻り値 ...
https://man.plustar.jp/php/function.mcrypt-generic.html - [similar]
アップロードされたファイルを新しい位置に移動する 2949
« mkdir parse_ini_file » PHP Manual ファイルシステム 関数 アップロードされたファイルを新しい位置 ... me " ); } } ?> 注意 注意 : move_uploaded_file() は open_basedir を考慮しています。 しかしながら、アップロー ...
https://man.plustar.jp/php/function.move-uploaded-file.html - [similar]
現在のシステムの状態を取得する 2949
« mysql_set_charset mysql_tablename » PHP Manual MySQL 関数 現在のシステムの状態を取得する mysql ... > Questions: 1321299 [3] => Slow queries: 0 [4] => Opens: 26 [5] => Flush tables: 1 [6] => Open tables: 17 ...
https://man.plustar.jp/php/function.mysql-stat.html - [similar]
PHP の配列を Oracle PL/SQL の配列に名前でバインドする 2949
« OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバイ ... VALUES (c1(i)); -- Fetch and reverse IF NOT CUR%ISOPEN THEN OPEN CUR; END IF; FOR i IN REVERSE 1..5 LOOP ...
https://man.plustar.jp/php/function.oci-bind-array-by-name.html - [similar]
データをシール(暗号化)する 2949
« openssl_random_pseudo_bytes openssl_sign » PHP Manual OpenSSL 関数 データをシール(暗号化)する ... openssl_seal (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) openssl_seal — データをシール(暗号化)する 説明 openssl_ ... g $cipher_algo , string &$iv = null ): int | false openssl_seal() は、ランダムに生成された秘密鍵 および指定 ... s 暗号化したキーの配列。 public_key 公開鍵を含んだ OpenSSLAsymmetricKey クラスのインスタンスの配列。 ciphe ... す。 変更履歴 バージョン 説明 8.0.0 public_key は、 OpenSSLAsymmetricKey クラスのインスタンスの配列を受け入 ...
https://man.plustar.jp/php/function.openssl-seal.html - [similar]