The syntaxis is
$schema = $session->getSchema( "storedb" ); // it returns a Schema object
Where $session is a Session object and storedb is the name of the schema.
The syntaxis is
$schema = $session->getSchema( "storedb" ); // it returns a Schema object
Where $session is a Session object and storedb is the name of the schema.