MongoConnection.SimpleCommand


public function SimpleCommand

Prototype:

public function SimpleCommand(string cmd, parameter=0, var out=null, keep_object_types=true)

Parameters

cmd
(string) // TO DO
parameter
has a default value of 0
out
(var) has a default value of null
keep_object_types
has a default value of true

Description:

TODO: Document this

Return value:

// TO DO