コード例 #1
0
 /**
  * Obtain a list of databases that are available with the current
  * server settings and the current username and password
  * credentials.
  *
  * @return array|FileMaker_Error Either an array of database names or an error.
  */
 function listDatabases()
 {
     return $this->_impl->listDatabases();
 }