検索

phrase: max: clip:
target: order:
Results of 711 - 720 of about 817 for return (0.578 sec.)
Tips 2874
« ルール マニュアルについて » PHP Manual ユーザーレベルでの命名の手引き Tips Tips 将来もそのまま ... hp namespace MyProject ; function my_function () { return true ; } \ MyProject \ my_function (); 既存の名前空 ...
https://man.plustar.jp/php/userlandnaming.tips.html - [similar]
別のアクションに転送する 2874
« Yaf_Controller_Abstract::display Yaf_Controller_Abstract::getInvokeArg » PHP Manual Yaf_Contro ... om" => "Index" )); // login アクションに転送します return FALSE ; // これが重要です。ここで現在の作業フローが ...
https://man.plustar.jp/php/yaf-controller-abstract.forward.html - [similar]
ユーザー定義の比較関数を使って、キーでエントリをソートする 2847
« ArrayObject::uasort ArrayObject::unserialize » PHP Manual ArrayObject ユーザー定義の比較関数を ... $b = preg_replace ( '@^(a|an|the) @' , '' , $b ); return strcasecmp ( $a , $b ); } $array = array( "John" = ...
https://man.plustar.jp/php/arrayobject.uksort.html - [similar]
ReflectionClassConstant クラス 2847
« ReflectionClass::__toString ReflectionClassConstant::__construct » PHP Manual リフレクション R ... tatic export ( mixed $class , string $name , bool $return = ? ): string public getAttributes ( ? string $nam ...
https://man.plustar.jp/php/class.reflectionclassconstant.html - [similar]
ReflectionEnum クラス 2847
« ReflectionClassConstant::__toString ReflectionEnum::__construct » PHP Manual リフレクション Re ... ReflectionClass::export ( mixed $argument , bool $return = false ): string public ReflectionClass::getAttri ...
https://man.plustar.jp/php/class.reflectionenum.html - [similar]
ReflectionParameter クラス 2847
« ReflectionObject::export ReflectionParameter::allowsNull » PHP Manual リフレクション Reflectio ... ort ( string $function , string $parameter , bool $return = ? ): string public getAttributes ( ? string $nam ...
https://man.plustar.jp/php/class.reflectionparameter.html - [similar]
eio_* のようなカスタムリクエストを実行する 2847
« eio_close eio_dup2 » PHP Manual Eio 関数 eio_* のようなカスタムリクエストを実行する eio_custom ... => 1001 , 'data_modified' => "my custom data" , ); return $result ; } $data = "my_custom_data" ; $req = eio_ ...
https://man.plustar.jp/php/function.eio-custom.html - [similar]
ファイルポインタがファイル終端に達しているかどうか調べる 2847
« fdatasync fflush » PHP Manual ファイルシステム 関数 ファイルポインタがファイル終端に達している ... , & $start = NULL ) { $start = microtime ( true ); return feof ( $fp ); } /* $fp は事前に fsockopen() でオー ...
https://man.plustar.jp/php/function.feof.html - [similar]
イベントが発生した際にコールされるコールバック関数を登録する 2847
« ibase_service_detach ibase_trans » PHP Manual Firebird/InterBase 関数 イベントが発生した際にコ ... "DB_SHUTDOWN" ) { // イベントハンドラを解放します return false ; } } ibase_set_event_handler ( $link , "eve ...
https://man.plustar.jp/php/function.ibase-set-event-handler.html - [similar]
新しい画像をファイルあるいは URL から作成する 2847
« imagecreatefromgd imagecreatefromjpeg » PHP Manual GD および Image 関数 新しい画像をファイルあ ... 1 , 5 , 5 , 'Error loading ' . $imgname , $tc ); } return $im ; } header ( 'Content-Type: image/gif' ); $img ...
https://man.plustar.jp/php/function.imagecreatefromgif.html - [similar]