検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 470 for [SIMILAR] 16 1024 4096 WITH 9910 elseif WITH 737... (0.400 sec.)
Gets the data associated with a node synchronously 0
« Zookeeper::exists Zookeeper::getAcl » PHP Manual Zookeeper Gets the data associated with a node synchronously Zookeeper::get (PECL zookeeper >= 0.1.0) Zookeeper::get — Gets the data associated with a node synchronously 説明 public Zookeeper::get ( string $path , callable $watcher_cb = ...
https://man.plustar.jp/php/zookeeper.get.html - [similar]
現在の DirectoryIterator アイテムがシンボリックリンクであるかどうかを調べる 0
« DirectoryIterator::isFile DirectoryIterator::isReadable » PHP Manual DirectoryIterator 現在の DirectoryIterator アイテムがシンボリックリンクであるかどうかを調べる DirectoryIterator::isLink (PHP 5, PHP 7, PHP 8) DirectoryIterator::isLink — 現在の DirectoryIterator アイテムがシンボリック ...
https://man.plustar.jp/php/directoryiterator.islink.html - [similar]
スレッド化したメッセージのツリーを返す 0
« imap_subscribe imap_timeout » PHP Manual IMAP 関数 スレッド化したメッセージのツリーを返す imap_thread (PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8) imap_thread — スレッド化したメッセージのツリーを返す 説明 imap_thread ( IMAP\Connection $imap , int $flags = SE_FREE ): array | false スレッド化さ ...
https://man.plustar.jp/php/function.imap-thread.html - [similar]
クエリのプレースホルダーに値をバインドする 0
« mysql_xdevapi\CollectionFind CollectionFind::__construct » PHP Manual mysql_xdevapi\CollectionFind クエリのプレースホルダーに値をバインドする CollectionFind::bind (No version information available, might only be in Git) CollectionFind::bind — クエリのプレースホルダーに値をバインドする ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.bind.html - [similar]
The MongoDB\Driver\Command class 0
« MongoDB\Driver\Manager::startSession MongoDB\Driver\Command::__construct » PHP Manual MongoDB\Driver The MongoDB\Driver\Command class The MongoDB\Driver\Command class (mongodb >=1.0.0) はじめに The MongoDB\Driver\Command class is a value object that represents a database command. To pr ...
https://man.plustar.jp/php/class.mongodb-driver-command.html - [similar]
Expect の使用例 0
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリモートホストに SSH 経由で接続し、接続先の稼働時間を表示します。 <?php ini_set ( "expect.loguser" , "Off" ); $stream = fopen ( "expect://ssh root@remotehost uptime" , "r" ); $cases = array ( a ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
PHP の使いかた 0
« 構築時の問題 パスワードのハッシュ » PHP Manual FAQ PHP の使いかた PHP の使いかた このセクションにはPHPスクリプトを書くにあたってよく問題となる事柄が 集められています。 PHP の関数のパラメータの順番を覚えられません。だって関数によってばらばらなんだもん。 あらゆるフォームから送信されたデー ...
https://man.plustar.jp/php/faq.using.html - [similar]
検証 0
« 例 除去 » PHP Manual 例 検証 検証 例1 filter_var() でのメールアドレスの検証 <?php $email_a = 'joe@example.com' ; $email_b = 'bogus' ; if ( filter_var ( $email_a , FILTER_VALIDATE_EMAIL )) { echo "' $email_a ' はメールアドレスとして有効です。\n" ; } if ( filter_var ( $email_b , FILTER_V ...
https://man.plustar.jp/php/filter.examples.validation.html - [similar]
英字かどうかを調べる 0
« ctype_alnum ctype_cntrl » PHP Manual Ctype 関数 英字かどうかを調べる ctype_alpha (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_alpha — 英字かどうかを調べる 説明 ctype_alpha ( mixed $text ): bool 与えられた文字列 text のすべての文字が 英字であるかどうかを調べます。 標準の C ロケールの場合 ...
https://man.plustar.jp/php/function.ctype-alpha.html - [similar]
数字かどうかを調べる 0
« ctype_cntrl ctype_graph » PHP Manual Ctype 関数 数字かどうかを調べる ctype_digit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_digit — 数字かどうかを調べる 説明 ctype_digit ( mixed $text ): bool 与えられた文字列 text のすべての文字が 数字であるかどうかを調べます。 パラメータ text 調べる文 ...
https://man.plustar.jp/php/function.ctype-digit.html - [similar]