Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
Preparation and Housekeeping Source directory layout The source directory for a typical PDO driver is laid out as follows, where SKEL represents a shortened form of the name of the database that the driver is going to connect to. Even though SKEL is presented here in uppercase (for clarity), the convention is to use lowercase [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
The PHP 5 build system Inhaltsverzeichnis Building PHP for extension development The ext_skel script Talking to the UNIX build system: config.m4 Talking to the Windows build system: config.w32 With all the functionality and flexibility available in PHP 5, it is no surprise that it consists of several thousand files and over one million lines of [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
Funktionsindex Funktionsindex _ __halt_compiler() A abs() acos() acosh() addcslashes() addslashes() aggregate() aggregate_info() aggregate_methods() aggregate_methods_by_list() aggregate_methods_by_regexp() aggregate_properties() aggregate_properties_by_list() aggregate_properties_by_regexp() aggregation_info() apache_child_terminate() apache_get_modules() apache_get_version() apache_getenv() apache_lookup_uri() apache_note() apache_request_headers() apache_reset_timeout() apache_response_headers() apache_setenv() apc_add() apc_cache_info() apc_clear_cache() apc_compile_file() apc_define_constants() apc_delete() apc_fetch() apc_load_constants() apc_sma_info() apc_store() apd_breakpoint() apd_callstack() apd_clunk() apd_continue() apd_croak() apd_dump_function_table() apd_dump_persistent_resources() apd_dump_regular_resources() apd_echo() apd_get_active_symbols() apd_set_pprof_trace() apd_set_session() apd_set_session_trace() apd_set_socket_session_trace() array() array_change_key_case() [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
HaruDoc::setPageMode (PECL haru >= 0.0.1) HaruDoc::setPageMode — Set how the document should be displayed Beschreibung bool HaruDoc::setPageMode ( int $mode ) Defines how the document should be displayed. Parameter-Liste mode The following values are accepted: HaruDoc::PAGE_MODE_USE_NONE – display the document with neither outline nor thumbnail. HaruDoc::PAGE_MODE_USE_OUTLINE – display the document with outline pane. HaruDoc::PAGE_MODE_USE_THUMBS – [...]