| 
        
            The MongoDB\BSON\Javascript classはじめにBSON type for Javascript code. An optional scope document may be specified that maps identifiers to values and defines the scope in which the code should be evaluated by the server. 
 クラス概要MongoDB\BSON\Javascript 
    
     final
     
      class MongoDB\BSON\Javascript
     
     implements 
       MongoDB\BSON\JavascriptInterface,  MongoDB\BSON\Type,  JsonSerializable,  Stringable { 
    /* メソッド */ 
    
   final public  __construct(string  
$code, arrayobjectnull $scope = null)final public string getCode() 
final public objectnull getScope() 
final public mixed jsonSerialize() 
final public string __toString() 
   }変更履歴
 
 
  |