Function.muscat-setup
Aus PHP-Wiki
muscat_setup
(4.0.5 - 4.2.3 only)
muscat_setup -- Creates a new muscat session and returns the handle.Description
resource muscat_setup ( int size [, string muscat_dir])</BR >
| Warnung |
Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko. |
<P ></P >
| Warnung |
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. |
size is the amount of memory in bytes to allocate for muscat. muscat_dir is the muscat installation dir e.g. "/usr/local/empower", it defaults to the compile time muscat directory.