Description
string
aspseek_version ( void)
The aspseek_version() function returns a string
containing the current ASPseek client library version.
Example 1. ASPseek version example <?php
/* prints e.g. 'Current ASPseek version: 1.3.0' */
echo 'Current ASPseek version: ' . aspseek_version();
?> |
|