Description
Located in File: Program_Root/php_extensions.php
--- php extension functions living in the php:: namespace
x php::Dumper
x php::session_register_safe
x php::array_init
x php::is_hash
x php::array_join_merge
o php::merge
o php::merge_to
x php::loadModule
x php::mkInstance
- todo: - (o) establish loadModule here (move from DesignPattern::Object::loadModule)Ideas:
- todo: - (o) php::create_redirector_function('func', array( type => 'lamba|function|method', name => 'Abc::do_xyz') )
- todo: - (o) php::create_redirector_method('class|obj_ref', 'method', $target)
- todo: - (o) php::export_symbol(from, to) (maybe solves above two) </pre>
- todo: - (o) establish mkInstance here (move from DesignPattern::Object::mkObject)
- name: - php
Todo:
- copyright: - (c) 2003 - All Rights reserved.
- license: - GNU LGPL (GNU Lesser General Public License)
- link: - http://www.netfrag.org/~joko/
- link: - http://www.gnu.org/licenses/lgpl.txt
- author: - Andreas Motl <mailto:andreas.motl@ilo.de>