検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 400 for [SIMILAR] 16 1024 4096 WITH 15611 スib WITH 7341... (0.669 sec.)
APC User Cache 0
« PHP の振る舞いの変更 はじめに » PHP Manual PHP の振る舞いの変更 APC User Cache APC User Cache はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 APCu 関数 apcu_add — 新規の変数をデータ領域にキャッシュする apcu_cache_info — APCu のデータから、キャッシュさ ...
https://man.plustar.jp/php/book.apcu.html - [similar]
基本的な例 0
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/test.db" , "n" , "db2" ); if (! $id ) { echo "dba_open failed\n" ; exit; } dba_replace ( "key" , "This is an example!" , $id ); if ( dba_exists ( "key" , $id )) { echo dba_fetch ( "key" , $id ); ...
https://man.plustar.jp/php/dba.example.html - [similar]
Escape special characters in a string for use in an SQL statement 0
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a string for use in an SQL statement cubrid_real_escape_string (PECL CUBRID >= 8.3.0) cubrid_real_escape_string — Escape special characters in a string for use in an SQL statement 説明 cubrid_rea ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
カラムを表示するために必要な最大のバイト数を返す 0
« db2_fetch_row db2_field_name » PHP Manual IBM DB2 関数 カラムを表示するために必要な最大のバイト数を返す db2_field_display_size (PECL ibm_db2 >= 1.0.0) db2_field_display_size — カラムを表示するために必要な最大のバイト数を返す 説明 db2_field_display_size ( resource $stmt , mixed $column ...
https://man.plustar.jp/php/function.db2-field-display-size.html - [similar]
オープンした blob から len バイト分のデータを取得する 0
« ibase_blob_echo ibase_blob_import » PHP Manual Firebird/InterBase 関数 オープンした blob から len バイト分のデータを取得する ibase_blob_get (PHP 5, PHP 7 < 7.4.0) ibase_blob_get — オープンした blob から len バイト分のデータを取得する 説明 ibase_blob_get ( resource $blob_handle , int $l ...
https://man.plustar.jp/php/function.ibase-blob-get.html - [similar]
準備されたクエリを実行する 0
« ibase_errmsg ibase_fetch_assoc » PHP Manual Firebird/InterBase 関数 準備されたクエリを実行する ibase_execute (PHP 5, PHP 7 < 7.4.0) ibase_execute — 準備されたクエリを実行する 説明 ibase_execute ( resource $query , mixed ...$values ): resource ibase_prepare() で準備したクエリを実行します ...
https://man.plustar.jp/php/function.ibase-execute.html - [similar]
メッセージ本文を読む 0
« imap_binary imap_bodystruct » PHP Manual IMAP 関数 メッセージ本文を読む imap_body (PHP 4, PHP 5, PHP 7, PHP 8) imap_body — メッセージ本文を読む 説明 imap_body ( IMAP\Connection $imap , int $message_num , int $flags = 0 ): string | false imap_body() は、現在のメールボックスにある messag ...
https://man.plustar.jp/php/function.imap-body.html - [similar]
メッセージ本文中の特定のセクションを取り出す 0
« imap_fetch_overview imap_fetchheader » PHP Manual IMAP 関数 メッセージ本文中の特定のセクションを取り出す imap_fetchbody (PHP 4, PHP 5, PHP 7, PHP 8) imap_fetchbody — メッセージ本文中の特定のセクションを取り出す 説明 imap_fetchbody ( IMAP\Connection $imap , int $message_num , string $se ...
https://man.plustar.jp/php/function.imap-fetchbody.html - [similar]
メッセージのヘッダを返す 0
« imap_fetchbody imap_fetchmime » PHP Manual IMAP 関数 メッセージのヘッダを返す imap_fetchheader (PHP 4, PHP 5, PHP 7, PHP 8) imap_fetchheader — メッセージのヘッダを返す 説明 imap_fetchheader ( IMAP\Connection $imap , int $message_num , int $flags = 0 ): string | false 指定したメッセージ ...
https://man.plustar.jp/php/function.imap-fetchheader.html - [similar]
mysql_query で使用するために文字列をエスケープする 0
« mysql_error mysql_fetch_array » PHP Manual MySQL 関数 mysql_query で使用するために文字列をエスケープする mysql_escape_string (PHP 4 >= 4.0.3, PHP 5) mysql_escape_string — mysql_query で使用するために文字列をエスケープする 警告 この関数は PHP 4.3.0 で非推奨になり、PHP 7.0.0 で MySQL 拡張 ...
https://man.plustar.jp/php/function.mysql-escape-string.html - [similar]