検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 1720 for [SIMILAR] 16 1024 4096 WITH 531576 期待 WITH 245... (1.337 sec.)
cURL ハンドルのセットからマルチハンドルを削除する 0
« curl_multi_init curl_multi_select » PHP Manual cURL 関数 cURL ハンドルのセットからマルチハンドルを削除する curl_multi_remove_handle (PHP 5, PHP 7, PHP 8) curl_multi_remove_handle — cURL ハンドルのセットからマルチハンドルを削除する 説明 curl_multi_remove_handle ( CurlMultiHandle $multi_ ...
https://man.plustar.jp/php/function.curl-multi-remove-handle.html - [similar]
XML パーサを作成する 0
« xml_parser_create_ns xml_parser_free » PHP Manual XML パーサ 関数 XML パーサを作成する xml_parser_create (PHP 4, PHP 5, PHP 7, PHP 8) xml_parser_create — XML パーサを作成する 説明 xml_parser_create ( ? string $encoding = null ): XMLParser xml_parser_create() は新しい XML パーサを作成し ...
https://man.plustar.jp/php/function.xml-parser-create.html - [similar]
型演算子 0
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数が特定の クラス のオブジェクトのインスタンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanc ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
秘密鍵を取得する 0
« openssl_pkey_get_details openssl_pkey_get_public » PHP Manual OpenSSL 関数 秘密鍵を取得する openssl_pkey_get_private (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) openssl_pkey_get_private — 秘密鍵を取得する 説明 openssl_pkey_get_private ( OpenSSLAsymmetricKey | OpenSSLCertificate | array | str ...
https://man.plustar.jp/php/function.openssl-pkey-get-private.html - [similar]
与えられたホスト名に関する getaddrinfo の内容を配列で取得する 0
« socket_addrinfo_explain socket_bind » PHP Manual ソケット 関数 与えられたホスト名に関する getaddrinfo の内容を配列で取得する socket_addrinfo_lookup (PHP 7 >= 7.2.0, PHP 8) socket_addrinfo_lookup — 与えられたホスト名に関する getaddrinfo の内容を配列で取得する 説明 socket_addrinfo_lookup ...
https://man.plustar.jp/php/function.socket-addrinfo-lookup.html - [similar]
フィルタを作成するときにコールされる 0
« php_user_filter::onClose streamWrapper » PHP Manual php_user_filter フィルタを作成するときにコールされる php_user_filter::onCreate (PHP 5, PHP 7, PHP 8) php_user_filter::onCreate — フィルタを作成するときにコールされる 説明 public php_user_filter::onCreate (): bool このメソッドがコールさ ...
https://man.plustar.jp/php/php-user-filter.oncreate.html - [similar]
memcache への接続で持続的接続を使っているかどうかを調べる 0
« Memcached::incrementByKey Memcached::isPristine » PHP Manual Memcached memcache への接続で持続的接続を使っているかどうかを調べる Memcached::isPersistent (PECL memcached >= 2.0.0) Memcached::isPersistent — memcache への接続で持続的接続を使っているかどうかを調べる 説明 public Memcached:: ...
https://man.plustar.jp/php/memcached.ispersistent.html - [similar]
インターレースを有効もしくは無効にする 0
« imagegrabwindow imageistruecolor » PHP Manual GD および Image 関数 インターレースを有効もしくは無効にする imageinterlace (PHP 4, PHP 5, PHP 7, PHP 8) imageinterlace — インターレースを有効もしくは無効にする 説明 imageinterlace ( GdImage $image , ? bool $enable = null ): bool imageinterl ...
https://man.plustar.jp/php/function.imageinterlace.html - [similar]
新しい画像をファイルあるいは URL から作成する 0
« imagecreatefromxbm imagecreatetruecolor » PHP Manual GD および Image 関数 新しい画像をファイルあるいは URL から作成する imagecreatefromxpm (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) imagecreatefromxpm — 新しい画像をファイルあるいは URL から作成する 説明 imagecreatefromxpm ( string $filename ...
https://man.plustar.jp/php/function.imagecreatefromxpm.html - [similar]
オブジェクト 0
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェクトを初期化するためには、 new 命令によりオブジェクトのインスタンスを変数に作成します。 <?php class foo { function do_foo () { echo "foo を実行します。" ; } } $bar = new foo ; $bar -> do_foo ( ...
https://man.plustar.jp/php/language.types.object.html - [similar]