検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 252 for exit (0.012 sec.)
属性を取得する 4611
« radius_demangle radius_get_tagged_attr_data » PHP Manual Radius 関数 属性を取得する radius_get ... "属性取得エラー: %s\n" , radius_strerror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $resa [ 'data ...
https://man.plustar.jp/php/function.radius-get-attr.html - [similar]
ベンダ固有の属性を取得する 4611
« radius_get_tagged_attr_tag radius_put_addr » PHP Manual Radius 関数 ベンダ固有の属性を取得する ... "属性取得エラー: %s\n" , radius_strerror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $resa [ 'data ...
https://man.plustar.jp/php/function.radius-get-vendor-attr.html - [similar]
整数属性を設定する 4611
« radius_put_attr radius_put_string » PHP Manual Radius 関数 整数属性を設定する radius_put_int ( ... usError:' . radius_strerror ( $res ). "\n<br />" ; exit; } ?> 変更履歴 バージョン 説明 PECL radius 1.3.0 o ...
https://man.plustar.jp/php/function.radius-put-int.html - [similar]
DOM ノードから SimpleXMLElement オブジェクトを取得する 4611
« SimpleXML 関数 simplexml_load_file » PHP Manual SimpleXML 関数 DOM ノードから SimpleXMLElement ... o 'ドキュメントのパース時にエラーが発生しました' ; exit; } $s = simplexml_import_dom ( $dom ); echo $s -> ...
https://man.plustar.jp/php/function.simplexml-import-dom.html - [similar]
Send a custom control to the service 4611
« win32_query_service_status win32_set_service_exit_code » PHP Manual win32service 関数 Send a c ...
https://man.plustar.jp/php/function.win32-send-custom-control.html - [similar]
はじめに 4611
« uopz インストール/設定 » PHP Manual uopz はじめに はじめに uopz (User Operations for Zend) エク ... pz は、以下のアクティビティをサポートします。 ZEND_EXIT および ZEND_NEW を含む一部のオペコードをオーバーロ ...
https://man.plustar.jp/php/intro.uopz.html - [similar]
キーワードのリスト 4611
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ ... endfor endforeach endif endswitch endwhile eval() exit() extends final finally fn (PHP 7.4 以降) for fore ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
ファイルポインタに残っているデータをすべて出力する 4611
« SplFileObject::flock SplFileObject::fputcsv » PHP Manual SplFileObject ファイルポインタに残って ... プしてスクリプトを終了させる $file -> fpassthru (); exit; ?> 参考 fpassthru() - ファイルポインタ上に残ってい ...
https://man.plustar.jp/php/splfileobject.fpassthru.html - [similar]
基本的な例 4571
« 例 DBA 関数 » PHP Manual 例 基本的な例 基本的な例 例1 DBA の例 <?php $id = dba_open ( "/tmp/te ... "db2" ); if (! $id ) { echo "dba_open failed\n" ; exit; } dba_replace ( "key" , "This is an example!" , $ ...
https://man.plustar.jp/php/dba.example.html - [similar]
Makes event pending 4571
« Event Event::addSignal » PHP Manual Event Makes event pending Event::add (PECL event >= 1.2.6- ... ) { echo "Caught signal $no \n" ; $this -> base -> exit (); } } $base = new EventBase (); $c = new MyEvent ...
https://man.plustar.jp/php/event.add.html - [similar]