Satellite CORBA client extension [deprecated]
소개
Warning
이 확장 모듈은 실험적입니다. 이 확장 모듈의 작동 -- 함수의 이름과 이 확장 모듈에 대한 모든 문서 자료에 대해서 -- 은 이후의 PHP 릴리즈에서 예고 없이 변경될 수 있습니다. 이 확장 모듈의 사용은 사용자의 책임하에 이루어집니다.
Note: 이 확장 모듈은 윈도우 플랫폼에서는 사용할 수 없습니다.
Satellite is deprecated. It is suggested that you use Universe (» https://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.
Table of Contents
- OrbitEnum — Use CORBA enums
- OrbitObject — Access CORBA objects
- 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_get_repository_id — NOT IMPLEMENTED
- satellite_load_idl — Instruct the type manager to load an IDL file
- satellite_object_to_string — Convert an object to its string representation