Skip navigation.
Home

TSRMLS_DC

Used to recieve a pointer to the current thread in a function definition

Generally you will use this with TSRMLS_C or TSRMLS_CC which are used to pass this info to a function

This is esentially the same as TSRMLS_D except it includes a preceding comma

This is an alias for , TSRMLS_D