検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 345 for [SIMILAR] 16 1024 4096 WITH 10719 memcache WITH ... (0.295 sec.)
Unix ドメイン: Unix および UDG 0
« Internet ドメイン: TCP、UDP、SSL、および TLS PHP 型の比較表 » PHP Manual サポートされるソケットトランスポートのリスト Unix ドメイン: Unix および UDG Unix ドメイン: Unix および UDG unix:// および udg:// unix:///tmp/mysock udg:///tmp/mysock unix:// は、Unix ドメインを使用したソケットスト ...
https://man.plustar.jp/php/transports.unix.html - [similar]
用語説明 0
« MySQL 用 PHP ドライバの概要 どの API を使うか » PHP Manual MySQL 用 PHP ドライバの概要 用語説明 用語説明 このセクションでは、PHP アプリケーションの開発で MySQL データベースを扱う ときの選択肢について説明します。 API って何? API は Application Programming Interface の略で、 何らかのタス ...
https://man.plustar.jp/php/mysqlinfo.terminology.html - [similar]
PHP に関する更なる情報を得るには 0
« 本マニュアルに記載された PHP のバージョン ドキュメントの改善を手助けするには » PHP Manual マニュアルについて PHP に関する更なる情報を得るには PHP に関する更なる情報を得るには このマニュアルは一般的なプログラミングの解説を提供しよう としているわけではありません。従って、もしあなたが全く ...
https://man.plustar.jp/php/about.more.html - [similar]
IteratorIterator クラス 0
« InfiniteIterator::next IteratorIterator::__construct » PHP Manual イテレータ IteratorIterator クラス IteratorIterator クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに このイテレータラッパーを使うと、 Traversable なものなら何でもイテレータに変換することができます。 注意すべきなのは、Itera ...
https://man.plustar.jp/php/class.iteratoriterator.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]
データ構造 0
« 定義済み定数 SplDoublyLinkedList » PHP Manual SPL データ構造 データ構造 目次 SplDoublyLinkedList SplStack SplQueue SplHeap SplMaxHeap SplMinHeap SplPriorityQueue SplFixedArray SplObjectStorage SPL では、標準的なデータ構造を提供しています。 ここで、それらを実装ごとに分類してまとめます。 ...
https://man.plustar.jp/php/spl.datastructures.html - [similar]
PECL 拡張モジュールをダウンロードする 0
« PECL インストール入門 PHP 拡張モジュールの Windows へのインストール » PHP Manual PECL 拡張モジュールのインストール PECL 拡張モジュールをダウンロードする PECL 拡張モジュールをダウンロードする PECL 拡張モジュールをダウンロードするには、以下に示す通り、いくつかの方法があります。 pecl inst ...
https://man.plustar.jp/php/install.pecl.downloads.html - [similar]
データベースのセキュリティ 0
« Null バイト関連の問題 データベースのデザイン » PHP Manual セキュリティ データベースのセキュリティ データベースのセキュリティ 目次 データベースのデザイン データベースへの接続 ストレージの暗号化 SQLインジェクション 今日、ダイナミックなコンテンツを提供するウェブアプリケーションにおいてはデ ...
https://man.plustar.jp/php/security.database.html - [similar]
ソケット上で接続待ち(listen)する 0
« socket_last_error socket_read » PHP Manual ソケット 関数 ソケット上で接続待ち(listen)する socket_listen (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_listen — ソケット上で接続待ち(listen)する 説明 socket_listen ( Socket $socket , int $backlog = 0 ): bool ソケット socket が socket_create ...
https://man.plustar.jp/php/function.socket-listen.html - [similar]
数値アイテムの値を増やす 0
« Memcached::getVersion Memcached::incrementByKey » PHP Manual Memcached 数値アイテムの値を増やす Memcached::increment (PECL memcached >= 0.1.0) Memcached::increment — 数値アイテムの値を増やす 説明 public Memcached::increment ( string $key , int $offset = 1 , int $initial_value = 0 , int ...
https://man.plustar.jp/php/memcached.increment.html - [similar]