mirror of
https://github.com/php/presentations.git
synced 2026-04-28 01:33:17 +02:00
10 lines
236 B
XML
10 lines
236 B
XML
<slide title="Functions">
|
|
<list>
|
|
<bullet>Functions are first declared in the header file</bullet>
|
|
<bullet>Then you must add them to the %function_entry%</bullet>
|
|
<bullet>You then can write your PHP functions</bullet>
|
|
</list>
|
|
|
|
|
|
</slide>
|