php-resource

PHP Handbuch

TSRM API

Kapitel 47. TSRM API

API Function and Macro reference (work in progress)

Inhaltsverzeichnis
ts_allocate_id -- ...
ts_free_id -- ...
ts_free_thread -- ...
ts_resource_ex -- ...
ts_resource -- ...
tsrm_error_set -- ...
tsrm_error -- ...
tsrm_free_interpreter_context -- ...
tsrm_mutex_alloc -- ...
tsrm_mutex_free -- ...
tsrm_mutex_lock -- ...
tsrm_mutex_unlock -- ...
tsrm_new_interpreter_context -- ...
tsrm_set_interpreter_context -- ...
tsrm_set_new_thread_begin_handler -- ...
tsrm_set_new_thread_end_handler -- ...
tsrm_shutdown -- ...
tsrm_startup -- ...
tsrm_thread_id -- ...
virtual_access -- Check users permissions for a file
virtual_chdir_file -- ...
virtual_chdir -- ...
virtual_chmod -- ...
virtual_chown -- ...
virtual_creat -- ...
virtual_cwd_shutdown -- ...
virtual_cwd_startup -- ...
virtual_file_ex -- ...
virtual_filepath_ex -- ...
virtual_filepath -- ...
virtual_fopen -- ...
virtual_getcwd_ex -- ...
virtual_getcwd -- ...
virtual_lstat -- ...
virtual_mkdir -- ...
virtual_open -- ...
virtual_opendir -- ...
virtual_popen -- ...
virtual_realpath -- ...
virtual_rename -- ...
virtual_rmdir -- ...
virtual_stat -- ...
virtual_unlink -- ...
virtual_utime -- ...
VCWD_ACCESS -- Check users permissions for a file
VCWD_CHDIR_FILE -- ...
VCWD_CHDIR -- ...
VCWD_CHMOD -- ...
VCWD_CHOWN -- ...
VCWD_CREAT -- ...
VCWD_FOPEN -- ...
VCWD_GETCWD -- ...
VCWD_GETWD -- ...
VCWD_LCHOWN -- ...
VCWD_LSTAT -- ...
VCWD_MKDIR -- ...
VCWD_OPEN_MODE -- ...
VCWD_OPEN -- ...
VCWD_OPENDIR -- ...
VCWD_POPEN -- ...
VCWD_REALPATH -- ...
VCWD_RENAME -- ...
VCWD_RMDIR -- ...
VCWD_STAT -- ...
VCWD_UNLINK -- ...
VCWD_UTIME -- ...


Anmerkungen zum PHP Handbuch
Neue Anmerkung schreiben
 

webhosting und Server



 

Neuzugänge PHP MySQL Tutorials

Joomla! Starterhilfe

Dieses Tutorial begleitet Sie bei dem Einstieg in die Welt von dem CMS Joomla!.

17.01.2012 werninator | Kategorie: MySQL
Objektorientiertes Programmieren

Dieses Tutorial beschreibt sehr gut die Wirkunsweise von objektorientiertes Programmieren. Also bestens geeignet um das objektorientierte Programmieren zu verstehen.

07.12.2010 phpsven | Kategorie: PHP
Tutorials zu Facebook Anwendungen mit PHP

In mehreren Tutorials wird der Zugriff auf Facebook Daten mittels Graph API, FQL und REST API erklärt. Alle Codebeispiele liegen zum Ausprobieren in einem SVN, bzw. github Repository bereit.

06.12.2010 abouttheweb | Kategorie: PHP