検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 273 for [SIMILAR] 16 1024 4096 WITH 16056 persistent WIT... (0.438 sec.)
クライアントのエンコーディングを設定する 0
« pg_send_query pg_set_error_verbosity » PHP Manual PostgreSQL 関数 クライアントのエンコーディングを設定する pg_set_client_encoding (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pg_set_client_encoding — クライアントのエンコーディングを設定する 説明 pg_set_client_encoding ( PgSql\Connection $conn ...
https://man.plustar.jp/php/function.pg-set-client-encoding.html - [similar]
MQSeries MQPUT 0
« mqseries_put1 mqseries_set » PHP Manual mqseries 関数 MQSeries MQPUT mqseries_put (PECL mqseries >= 0.10.0) mqseries_put — MQSeries MQPUT 説明 mqseries_put ( resource $hConn , resource $hObj , array &$md , array &$pmo , string $message , resource &$compCode , resource &$reason ): void ...
https://man.plustar.jp/php/function.mqseries-put.html - [similar]
0
« 定義済み定数 拡張 » PHP Manual リフレクション 例 例 リフレクションのドキュメントの中には多くの例が示されています。 特に、各クラスの __construct のドキュメントを見るといいでしょう。 例1 シェル (ターミナル) からのリフレクションの例 $ php --rf strlen $ php --rc finfo $ php --re json $ php ...
https://man.plustar.jp/php/reflection.examples.html - [similar]
NULL で終わる文字列を PostgreSQL バックエンドに送信する 0
« pg_prepare pg_query_params » PHP Manual PostgreSQL 関数 NULL で終わる文字列を PostgreSQL バックエンドに送信する pg_put_line (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pg_put_line — NULL で終わる文字列を PostgreSQL バックエンドに送信する 説明 pg_put_line ( PgSql\Connection $connection = ? , ...
https://man.plustar.jp/php/function.pg-put-line.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]
最初の結果 ID を返す 0
« ldap_first_attribute ldap_first_reference » PHP Manual LDAP 関数 最初の結果 ID を返す ldap_first_entry (PHP 4, PHP 5, PHP 7, PHP 8) ldap_first_entry — 最初の結果 ID を返す 説明 ldap_first_entry ( LDAP\Connection $ldap , LDAP\Result $result ): LDAP\ResultEntry | false 結果内の最初のエン ...
https://man.plustar.jp/php/function.ldap-first-entry.html - [similar]
次の結果エントリを得る 0
« ldap_next_attribute ldap_next_reference » PHP Manual LDAP 関数 次の結果エントリを得る ldap_next_entry (PHP 4, PHP 5, PHP 7, PHP 8) ldap_next_entry — 次の結果エントリを得る 説明 ldap_next_entry ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ): LDAP\ResultEntry | false 結果に保持された ...
https://man.plustar.jp/php/function.ldap-next-entry.html - [similar]
データ構造 0
« 定義済み定数 SplDoublyLinkedList » PHP Manual SPL データ構造 データ構造 目次 SplDoublyLinkedList SplStack SplQueue SplHeap SplMaxHeap SplMinHeap SplPriorityQueue SplFixedArray SplObjectStorage SPL では、標準的なデータ構造を提供しています。 ここで、それらを実装ごとに分類してまとめます。 ...
https://man.plustar.jp/php/spl.datastructures.html - [similar]
あるデータベースを、別のデータベースにバックアップする 0
« SQLite3 SQLite3::busyTimeout » PHP Manual SQLite3 あるデータベースを、別のデータベースにバックアップする SQLite3::backup (PHP 7 >= 7.4.0, PHP 8) SQLite3::backup — あるデータベースを、別のデータベースにバックアップする 説明 public SQLite3::backup ( SQLite3 $destination , string $sourceD ...
https://man.plustar.jp/php/sqlite3.backup.html - [similar]
サーバーのパラメータおよび状態を、実行時に変更する 0
« Memcache::setCompressThreshold Memcache 関数 » PHP Manual Memcache サーバーのパラメータおよび状態を、実行時に変更する Memcache::setServerParams (PECL memcache >= 2.1.0) Memcache::setServerParams — サーバーのパラメータおよび状態を、実行時に変更する 説明 Memcache::setServerParams ( strin ...
https://man.plustar.jp/php/memcache.setserverparams.html - [similar]