検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 661 for Open (0.036 sec.)
Access 5683
« parallel\Channel::make parallel\Channel::recv » PHP Manual parallel\Channel Access parallel\Ch ... annel::open (0.9.0) parallel\Channel::open — Access 説明 publi ... c parallel\Channel::open ( string $name ): Channel Shall open the channel w ... istence if channel does not exist. 関連キーワード: open , Shall , recv , public , string , given , Excepti ...
https://man.plustar.jp/php/parallel-channel.open.html - [similar]
FDF ドキュメントをオープンする 5611
« fdf_open_string fdf_remove_item » PHP Manual FDF 関数 FDF ドキュメントをオープンする fdf_open ... (PHP 4, PHP 5 < 5.3.0, PECL fdf SVN) fdf_open — FDF ドキュメントをオープンする 説明 fdf_open ( s ... フォームデータを含むファイルをオープンします。 fdf_open_string() を用いて、 PDF フォームの POST リクエスト ... F データをテンポラリファイルに保存します $fdffp = fopen ( "test.fdf" , "w" ); fwrite ( $fdffp , $HTTP_FDF_ ... ファイルをオープンし、データを評価します $fdf = fdf_open ( "test.fdf" ); /* ... */ fdf_close ( $fdf ); ?> 参 ...
https://man.plustar.jp/php/function.fdf-open.html - [similar]
ファイルから画像を開く 5611
« ps_open_file ps_open_image » PHP Manual PS 関数 ファイルから画像を開く ps_open_image_file (PEC ... L ps >= 1.1.0) ps_open_image_file — ファイルから画像を開く 説明 ps_open_i ... 返します。 ID は、0 より大きい正の数値です。 参考 ps_open_image() - 後で配置するために画像を読み込む ps_plac ... 画像を閉じ、メモリを開放する 関連キーワード: 画像 , open , ファイル , file , string , stringparam , 配置 , ...
https://man.plustar.jp/php/function.ps-open-image-file.html - [similar]
例外によるエラー処理の有効化および無効化を行う 5575
« RarException::isUsingExceptions Zip » PHP Manual RarException 例外によるエラー処理の有効化およ ... on :: isUsingExceptions ()); $arch = RarArchive :: open ( "does_not_exist.rar" ); var_dump ( $arch ); RarE ... on :: isUsingExceptions ()); $arch = RarArchive :: open ( "does_not_exist.rar" ); var_dump ( $arch ); //no ... のようになります。 bool(false) Warning: RarArchive::open(): Failed to open does_not_exist.rar: ERAR_EOPEN ( ... file open error) in C:\php_rar\trunk\tests\test.php on line ...
https://man.plustar.jp/php/rarexception.setusingexceptions.html - [similar]
音声処理コンテキストを作成する 5539
« openal_buffer_loadwav openal_context_current » PHP Manual OpenAL 関数 音声処理コンテキストを作 ... 成する openal_context_create (PECL openal >= 0.1.0) openal_con ... text_create — 音声処理コンテキストを作成する 説明 openal_context_create ( resource $device ): resource パ ... ラメータ device Open AL (デバイス) リソース (事前に openal_device_open( ... ) で作成したもの)。 戻り値 成功した場合に Open AL (コンテキスト) リソース、 失敗した場合に false ...
https://man.plustar.jp/php/function.openal-context-create.html - [similar]
課金用の Radius ハンドルを作成する 5467
« Radius 関数 radius_add_server » PHP Manual Radius 関数 課金用の Radius ハンドルを作成する radi ... us_acct_open (PECL radius >= 1.1.0) radius_acct_open — 課金用の ... Radius ハンドルを作成する 説明 radius_acct_open (): resource パラメータ この関数にはパラメータはあ ... なメモリを使用した場合のみです。 例 例1 radius_acct_open() の例 <?php $res = radius_acct_open () or die ( " ... , ハンドル , 課金 , 作成 , radius , 関数 , acct , open , パラメータ , server ...
https://man.plustar.jp/php/function.radius-acct-open.html - [similar]
認証用の Radius ハンドルを作成する 5467
« radius_add_server radius_close » PHP Manual Radius 関数 認証用の Radius ハンドルを作成する rad ... ius_auth_open (PECL radius >= 1.1.0) radius_auth_open — 認証用の ... Radius ハンドルを作成する 説明 radius_auth_open (): resource パラメータ この関数にはパラメータはあ ... なメモリを使用した場合のみです。 例 例1 radius_auth_open() の例 <?php $radh = radius_auth_open () or die ( ... Radius , ハンドル , 認証 , 作成 , radius , auth , open , 関数 , パラメータ , server ...
https://man.plustar.jp/php/function.radius-auth-open.html - [similar]
proc_open で開かれたプロセスに関する情報を取得する 5396
« proc_close proc_nice » PHP Manual プログラム実行関数 proc_open で開かれたプロセスに関する情報を ... tatus (PHP 5, PHP 7, PHP 8) proc_get_status — proc_open() で開かれたプロセスに関する情報を取得する 説明 pr ... urce $process ): array proc_get_status() は、 proc_open() で開かれたプロセスに関する情報を取得します。 パラ ... メータ process 評価される proc_open() リソース 戻り値 集められた情報の 配列 を返します ... うな要素を持ちます: 要素 型 説明 command string proc_open() に指定されたコマンド文字列。 pid int プロセス ID ...
https://man.plustar.jp/php/function.proc-get-status.html - [similar]
finfo_open のエイリアス 5324
« finfo::buffer finfo::file » PHP Manual finfo finfo_open のエイリアス finfo::__construct (PHP > ... PECL fileinfo >= 0.1.0) finfo::__construct — finfo_open() のエイリアス 説明 public finfo::__construct ( in ... null ) この関数は次の関数のエイリアスです。 finfo_open() 変更履歴 バージョン 説明 8.0.3 magic_database は ... 、nullable になりました。 関連キーワード: finfo , open , construct , database , 関数 , buffer , file , fi ...
https://man.plustar.jp/php/finfo.construct.html - [similar]
Open a persistent connection to a CUBRID server 5180
« cubrid_pconnect_with_url cubrid_prepare » PHP Manual CUBRID 関数 Open a persistent connection ... _pconnect (PECL CUBRID >= 8.3.1) cubrid_pconnect — Open a persistent connection to a CUBRID server 説明 cu ... rst try to find a (persistent) link that's already open with the same host, port, dbname and userid. If on ... , an identifier for it will be returned instead of opening a new connection. Second, the connection to the ... of the script ends. Instead, the link will remain open for future use ( cubrid_close() or cubrid_disconne ...
https://man.plustar.jp/php/function.cubrid-pconnect.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT