検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 282 for [SIMILAR] 16 1024 4096 WITH 16091 element WITH 1... (0.371 sec.)
0
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipArchive (); $filename = "./test112.zip" ; if ( $zip -> open ( $filename , ZipArchive :: CREATE )!== TRUE ) { exit( "cannot open < $filename >\n" ); } $zip -> addFromString ( "testfilephp.txt" . ...
https://man.plustar.jp/php/zip.examples.html - [similar]
The Parle\Stack class 0
« Parle\RParser::validate Parle\Stack::pop » PHP Manual Parle The Parle\Stack class The Parle\Stack class (PECL parle >= 0.7.0) はじめに Parle\Stack is a LIFO stack. The elements are inserted and removed only from one end. クラス概要 class Parle\Stack { /* プロパティ */ public bool $ emp ...
https://man.plustar.jp/php/class.parle-stack.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual DOM 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 XML 定数 定数 値 説明 XML_ELEMENT_NODE ( int ) 1 ノードは DOMElement です。 XML ...
https://man.plustar.jp/php/dom.constants.html - [similar]
Return the versions of LuaSandbox and Lua 0
« LuaSandbox::getProfilerFunctionReport LuaSandbox::loadBinary » PHP Manual LuaSandbox Return the versions of LuaSandbox and Lua LuaSandbox::getVersionInfo (PECL luasandbox >= 1.6.0) LuaSandbox::getVersionInfo — Return the versions of LuaSandbox and Lua 説明 public static LuaSandbox::get ...
https://man.plustar.jp/php/luasandbox.getversioninfo.html - [similar]
ラージオブジェクトを生成する 0
« pg_lo_close pg_lo_export » PHP Manual PostgreSQL 関数 ラージオブジェクトを生成する pg_lo_create (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_create — ラージオブジェクトを生成する 説明 pg_lo_create ( PgSql\Connection $connection = ? , mixed $object_id = ? ): int pg_lo_create ( mixed $obj ...
https://man.plustar.jp/php/function.pg-lo-create.html - [similar]
指定したオブジェクト ID に続く SNMP オブジェクトを取得する 0
« SNMP::getError SNMP::set » PHP Manual SNMP 指定したオブジェクト ID に続く SNMP オブジェクトを取得する SNMP::getnext (PHP 5 >= 5.4.0, PHP 7, PHP 8) SNMP::getnext — 指定したオブジェクト ID に続く SNMP オブジェクトを取得する 説明 public SNMP::getnext ( array | string $objectId ): mixed ob ...
https://man.plustar.jp/php/snmp.getnext.html - [similar]
The MongoDB\Driver\WriteError class 0
« MongoDB\Driver\WriteConcernError::getMessage MongoDB\Driver\WriteError::getCode » PHP Manual MongoDB\Driver The MongoDB\Driver\WriteError class The MongoDB\Driver\WriteError class (mongodb >=1.0.0) はじめに The MongoDB\Driver\WriteError class encapsulates information about a write erro ...
https://man.plustar.jp/php/class.mongodb-driver-writeerror.html - [similar]
フィールドのオプション配列から値を取得する 0
« fdf_get_flags fdf_get_status » PHP Manual FDF 関数 フィールドのオプション配列から値を取得する fdf_get_opt (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECLv) fdf_get_opt — フィールドのオプション配列から値を取得する 説明 fdf_get_opt ( resource $fdf_document , string $fieldname , int $element = -1 ): ...
https://man.plustar.jp/php/function.fdf-get-opt.html - [similar]
ラージオブジェクトをクローズする 0
« pg_last_oid pg_lo_create » PHP Manual PostgreSQL 関数 ラージオブジェクトをクローズする pg_lo_close (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_close — ラージオブジェクトをクローズする 説明 pg_lo_close ( PgSql\Lob $lob ): bool pg_lo_close() はラージオブジェクトをクローズします。 ラージオ ...
https://man.plustar.jp/php/function.pg-lo-close.html - [similar]
LDAP コントロール 0
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で LDAPコントロールを使う例をいくつか示します。 例1 policy(パスワードポリシー) 情報とバインドする <?php $user = 'cn=admin,dc=example,dc=com' ; $passwd = 'adminpassword' ; $ds = ldap_connect ( 'lda ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]