]> granicus.if.org Git - php/commitdiff
added info about FETCH macros
authorHartmut Holzgraefe <hholzgra@php.net>
Wed, 23 Jan 2002 09:52:28 +0000 (09:52 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Wed, 23 Jan 2002 09:52:28 +0000 (09:52 +0000)
(written over a year ago but somehow never commited)

apidoc-zend.txt

index 6cd4999dca379c838982008dc12638b2fb2e38a9..0add45301b17847a2cc631075c160140343f3fb3 100644 (file)
@@ -150,6 +150,10 @@ LS stands for 'Local Storage', _C stands for Call and _CC stands for Call
 Comma, _D stands for Declaration and _DC stands for Declaration Comma.
 Note that there's NO comma between the last argument and ???LS_DC or ???LS_CC.
 
+If you do not pass the structure as an argument you can always fetch it by
+using the appropriate ???LS_FETCH() macros within a functions variable
+declarations.
+
 In general, every module that makes use of globals should use this approach
 if it plans to be thread safe.