VI. Satellite CORBA client extension
| Ostrzeżenie |
Ten moduł jest w fazie EKSPERYMENTALNEJ. Oznacza to, że zachowanie funkcji, ich nazwy, czy w praktyce WSZYSTKO opisane tutaj może zmienić się w przyszłości BEZ POINFORMOWANIA. Bądź ostrzeżony i używaj tego moduły na własne ryzyko. |
Satellite is deprecated. It is suggested that you use Universe (http://universe-phpext.sourceforge.net/) and not Satellite.
The Satellite extension is used for accessing CORBA objects. You will need to set the idl_directory= entry in php.ini to a path where you store all IDL files you use.
See the Satellite README file for details about installing Satellite.
- Spis treści
- OrbitObject -- Access CORBA objects
- OrbitEnum -- Use CORBA enums
- OrbitStruct -- Use CORBA structs
- satellite_caught_exception -- See if an exception was caught from the previous function
- satellite_exception_id -- Get the repository id for the latest exception.
- satellite_exception_value -- Get the exception struct for the latest exception
- satellite_object_to_string -- Convert an object to its string representation
- satellite_load_idl -- Instruct the type manager to load an IDL file
- satellite_get_repository_id -- NOT IMPLEMENTED
| Poprzedni | Spis treści | Następny |
| Documentation | Początek rozdziału | OrbitObject |