検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 1938 for IF (0.130 sec.)
Constructs EventHttpConnection object 2614
« EventHttpConnection EventHttpConnection::getBase » PHP Manual EventHttpConnection Constructs E ... t. パラメータ base Associated event base. dns_base If dns_base is null , hostname resolution will block. ... s OpenSSL. 注意 : This parameter is available only if Event is compiled with OpenSSL support and only wi ...
https://man.plustar.jp/php/eventhttpconnection.construct.html - [similar]
The setCallback purpose 2614
« EventListener::getSocketName EventListener::setErrorCallback » PHP Manual EventListener The se ... タ cb The new callback for new connections. Ignored if null . Should match the following prototype: callb ... Custom user data attached to the callback. Ignored if null . 戻り値 値を返しません。 関連キーワード: set ...
https://man.plustar.jp/php/eventlistener.setcallback.html - [similar]
Creates an FFI\CType object from a C declaration 2614
« FFI::string FFI::typeof » PHP Manual FFI Creates an FFI\CType object from a C declaration FFI: ... the given string containing a C type declaration. If this method is called statically, it must only use ... predefined C type names (e.g. int , char , etc.); if the method is called as instance method, any type ...
https://man.plustar.jp/php/ffi.type.html - [similar]
Move the cursor in the result 2614
« cubrid_lock_write cubrid_next_result » PHP Manual CUBRID 関数 Move the cursor in the result cu ... esult 説明 cubrid_move_cursor ( resource $req_identifier , int $offset , int $origin = CUBRID_CURSOR_CUR ... ed to move the current cursor location of req_identifier by the value set in the offset argument, to the ... UBRID_CURSOR_LAST for the last part of the result. If origin argument is not explicitly designated, then ... n uses CUBRID_CURSOR_CURRENT as its default value. If the value of cursor movement range goes over the v ...
https://man.plustar.jp/php/function.cubrid-move-cursor.html - [similar]
SITEコマンドをサーバーに送信する 2614
« ftp_set_option ftp_size » PHP Manual FTP 関数 SITEコマンドをサーバーに送信する ftp_site (PHP 4 ... に接続する $ftp = ftp_connect ( 'ftp.example.com' ); if (! $ftp ) die( 'Unable to connect to ftp.example.c ... // "user" として、パスワード "pass" でログインする if (! ftp_login ( $ftp , 'user' , 'pass' )) die( 'Err ... OD 0600 /home/user/privatefile" コマンドを発行する if ( ftp_site ( $ftp , 'CHMOD 0600 /home/user/private ...
https://man.plustar.jp/php/function.ftp-site.html - [similar]
バイナリセーフなファイル書き込み処理 2614
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite ... ファイルが存在しかつ書き込み可能かどうか確認します if ( is_writable ( $filename )) { // この例では$filen ... fwrite()で$somecontentが追加される位置になります。 if (! $fp = fopen ( $filename , 'a' )) { echo "Cannot ... / オープンしたファイルに$somecontentを書き込みます if ( fwrite ( $fp , $somecontent ) === FALSE ) { echo ... e = fwrite ( $fp , substr ( $string , $written )); if ( $fwrite === false ) { return $written ; } } retu ...
https://man.plustar.jp/php/function.fwrite.html - [similar]
Prepare a query for later binding of parameter placeholders and execution 2614
« ibase_pconnect ibase_query » PHP Manual Firebird/InterBase 関数 Prepare a query for later bind ... ry ): resource ibase_prepare ( resource $link_identifier , string $query ): resource ibase_prepare ( res ... ource $link_identifier , string $trans , string $query ): resource Pre ... ). パラメータ query An InterBase query. link_identifier An InterBase link identifier returned from ibas ... e_connect() . If omitted, the last opened link is assumed. trans An ...
https://man.plustar.jp/php/function.ibase-prepare.html - [similar]
画像にフィルタを適用する 2614
« imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi ... の例 <?php $im = imagecreatefrompng ( 'dave.png' ); if( $im && imagefilter ( $im , IMG_FILTER_GRAYSCALE ) ... の例 <?php $im = imagecreatefrompng ( 'sean.png' ); if( $im && imagefilter ( $im , IMG_FILTER_BRIGHTNESS ... hilip.png' ); /* R, G, B, so 0, 255, 0 is green */ if( $im && imagefilter ( $im , IMG_FILTER_COLORIZE , ... ns without imagefilter() function negate ( $im ) { if( function_exists ( 'imagefilter' )) { return image ...
https://man.plustar.jp/php/function.imagefilter.html - [similar]
画像をブラウザあるいはファイルに出力する 2614
« imagegetinterpolation imagegrabscreen » PHP Manual GD および Image 関数 画像をブラウザあるいは ... ファイルに出力する imagegif (PHP 4, PHP 5, PHP 7, PHP 8) imagegif — 画像をブラ ... ウザあるいはファイルに出力する 説明 imagegif ( GdImage $image , resource | string | null $file ... = null ): bool imagegif() は画像 image から file に GIF ファイルを作成しま ... olortransparent() を 用いて画像を透明化しない限り GIF87a となります。 透明化した場合の画像フォーマットは ...
https://man.plustar.jp/php/function.imagegif.html - [similar]
Oracle ユーザーのパスワードを変更する 2614
« oci_parse oci_pconnect » PHP Manual OCI8 関数 Oracle ユーザーのパスワードを変更する oci_passwo ... c = oci_pconnect ( $user , $current_pw , $dbase ); if (! $c ) { $m = oci_error (); if ( $m [ 'code' ] == ... change ( $dbase , $user , $current_pw , $new_pw ); if ( $c ) { echo "New password is : " . $new_pw . "\n ... " ; } } } if (! $c ) { // 28001 以外のエラーが発生したり、パスワ ...
https://man.plustar.jp/php/function.oci-password-change.html - [similar]