mirror of
https://github.com/php/presentations.git
synced 2026-04-27 01:08:17 +02:00
d82c4db9ae
effect="slide" instead of slide="1" now in the bullet tag.
10 lines
431 B
XML
10 lines
431 B
XML
<slide title="Zend API">
|
|
<list>
|
|
<bullet effect="slide">Functions must use %zend_parse_parameters()% to access function arguments</bullet>
|
|
<bullet effect="slide">Objects are accessed via the %getThis()% macro</bullet>
|
|
<bullet effect="slide">Resources are used to store C datastructures and map them at runtime to PHP
|
|
data</bullet>
|
|
<bullet effect="slide">Returning data is done via the %RETURN_*()% macros</bullet>
|
|
</list>
|
|
</slide>
|