Basic usage of this extensionEach module provides two kind of APIs: a procedural one and an object oriented one. Both are actually identical and described in the corresponding document.
Example #1 Example of using the procedural API
<?php Example #2 Example of using the object-oriented API
<?php |