検索

phrase: max: clip:
target: order:
Results of 761 - 770 of about 817 for return (0.320 sec.)
ジェネレータとは 2814
« ジェネレータ ジェネレータの構文 » PHP Manual ジェネレータ ジェネレータとは ジェネレータとは (P ... 関数 と同じものですが、 ジェネレータ関数は一度だけ return するのではなく、必要に応じて何度でも yield すること ...
https://man.plustar.jp/php/language.generators.overview.html - [similar]
コールバック / Callable 2814
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 c ... の例 <?php // クロージャ $double = function( $a ) { return $a * 2 ; }; // 数値の範囲 $numbers = range ( 1 , 5 ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
実行時設定 2814
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 定します(Windows環境のみ)。 このディレクティブは、 "Return-Path:" ヘッダも設定します。 sendmail_path string s ...
https://man.plustar.jp/php/mail.configuration.html - [similar]
Create a new Command 2814
« MongoDB\Driver\Command MongoDB\Driver\Query » PHP Manual MongoDB\Driver\Command Create a new C ... uld only be used in conjunction with commands that return a tailable cursor (e.g. » Change Streams ). エラー ...
https://man.plustar.jp/php/mongodb-driver-command.construct.html - [similar]
Application Performance Monitoring (APM) 2814
« Using the PHP Library for MongoDB (PHPLIB) Driver Architecture and Internals » PHP Manual Tuto ... vate function createQueryShape ( array $filter ) { return json_encode ( array_keys ( $filter ) ); } public f ...
https://man.plustar.jp/php/mongodb.tutorial.apm.html - [similar]
SQL 文で使用するユーザー定義関数 (UDF) を登録する 2814
« PDO::sqliteCreateCollation ベンダー固有のモジュール » PHP Manual SQLite (PDO) SQL 文で使用する ... の例 <?php function md5_and_reverse ( $string ) { return strrev ( md5 ( $string )); } $db = new PDO ( 'sqli ...
https://man.plustar.jp/php/pdo.sqlitecreatefunction.html - [similar]
The MongoDB\Driver\Cursor class 2781
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... e results of a MongoDB command or query and may be returned by MongoDB\Driver\Manager::executeCommand() or M ... () and MongoDB\Driver\Manager::executeQuery() both return their result(s) as a MongoDB\Driver\Cursor object. ... ger (); /* Insert some documents so that our query returns information */ $bulkWrite = new MongoDB \ Driver ... g. one second) at the end of the result set before returning a response to the driver. This is used to preve ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
ReflectionMethod クラス 2781
« ReflectionFunctionAbstract::__toString ReflectionMethod::__construct » PHP Manual リフレクショ ... atic export ( string $class , string $name , bool $return = false ): string public getClosure ( ? object $ob ... rs (): array public ReflectionFunctionAbstract::getReturnType (): ? ReflectionType public ReflectionFunction ... ray public ReflectionFunctionAbstract::getTentativeReturnType (): ? ReflectionType public ReflectionFunction ... Abstract::hasReturnType (): bool public ReflectionFunctionAbstract::ha ...
https://man.plustar.jp/php/class.reflectionmethod.html - [similar]
インストール 2781
« データベースに関する問題 構築時の問題 » PHP Manual FAQ インストール インストール このセクション ... r: The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it ... did return are: Windows: 全ての説明に従っているのに PHP が II ... r: The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it ... did return are: このエラーメッセージは PHP が(何らかの理由で) ...
https://man.plustar.jp/php/faq.installation.html - [similar]
対話シェル 2781
« I/O ストリーム ビルトインウェブサーバー » PHP Manual コマンドラインの使用法 対話シェル 対話シェ ... ho 5+8; 13 php > function addTwo($n) php > { php { return $n + 2; php { } php > var_dump(addtwo(2)); int(4) ...
https://man.plustar.jp/php/features.commandline.interactive.html - [similar]