検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 353 for [SIMILAR] 16 1024 4096 WITH 9869 uopz WITH 9461 ... (0.286 sec.)
破線の形状を設定する 0
« ps_setoverprintmode ps_shading_pattern » PHP Manual PS 関数 破線の形状を設定する ps_setpolydash (PECL ps >= 1.1.0) ps_setpolydash — 破線の形状を設定する 説明 ps_setpolydash ( resource $psdoc , float $arr ): bool 破線の「線」の部分と「空白」の部分の長さを設定します。 ps_setpolydash() は ...
https://man.plustar.jp/php/function.ps-setpolydash.html - [similar]
属性を取得する 0
« radius_demangle radius_get_tagged_attr_data » PHP Manual Radius 関数 属性を取得する radius_get_attr (PECL radius >= 1.1.0) radius_get_attr — 属性を取得する 説明 radius_get_attr ( resource $radius_handle ): mixed Radius リクエストと同様、各レスポンスもゼロ個以上の属性を含んでいます。 ra ...
https://man.plustar.jp/php/function.radius-get-attr.html - [similar]
ベンダ固有の属性を取得する 0
« radius_get_tagged_attr_tag radius_put_addr » PHP Manual Radius 関数 ベンダ固有の属性を取得する radius_get_vendor_attr (PECL radius >= 1.1.0) radius_get_vendor_attr — ベンダ固有の属性を取得する 説明 radius_get_vendor_attr ( string $data ): array radius_get_attr() が RADIUS_VENDOR_SPECIF ...
https://man.plustar.jp/php/function.radius-get-vendor-attr.html - [similar]
整数属性を設定する 0
« radius_put_attr radius_put_string » PHP Manual Radius 関数 整数属性を設定する radius_put_int (PECL radius >= 1.1.0) radius_put_int — 整数属性を設定する 説明 radius_put_int ( resource $radius_handle , int $type , int $value , int $options = 0 , int $tag = ? ): bool 整数属性を、現在の RA ...
https://man.plustar.jp/php/function.radius-put-int.html - [similar]
DOM ノードから SimpleXMLElement オブジェクトを取得する 0
« SimpleXML 関数 simplexml_load_file » PHP Manual SimpleXML 関数 DOM ノードから SimpleXMLElement オブジェクトを取得する simplexml_import_dom (PHP 5, PHP 7, PHP 8) simplexml_import_dom — DOM ノードから SimpleXMLElement オブジェクトを取得する 説明 simplexml_import_dom ( SimpleXMLElement | ...
https://man.plustar.jp/php/function.simplexml-import-dom.html - [similar]
Send a custom control to the service 0
« win32_query_service_status win32_set_service_exit_code » PHP Manual win32service 関数 Send a custom control to the service win32_send_custom_control (PECL win32service >=0.4.0) win32_send_custom_control — Send a custom control to the service 説明 win32_send_custom_control ( string $ser ...
https://man.plustar.jp/php/function.win32-send-custom-control.html - [similar]
キーワードのリスト 0
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト これらのキーワードは、PHP では特別な意味があります。これらのいくつかは 関数やメソッドのようなものを表し、いくつかは定数のようなものを表す、 といったようになっていますが、実際にはそうではありませ ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
ファイルポインタに残っているデータをすべて出力する 0
« SplFileObject::flock SplFileObject::fputcsv » PHP Manual SplFileObject ファイルポインタに残っているデータをすべて出力する SplFileObject::fpassthru (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::fpassthru — ファイルポインタに残っているデータをすべて出力する 説明 public SplFileObject::fpa ...
https://man.plustar.jp/php/splfileobject.fpassthru.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]
Makes event pending 0
« Event Event::addSignal » PHP Manual Event Makes event pending Event::add (PECL event >= 1.2.6-beta) Event::add — Makes event pending 説明 public Event::add ( float $timeout = ? ): bool Marks event pending. Non-pending event will never occur, and the event callback will never be called. ...
https://man.plustar.jp/php/event.add.html - [similar]