<aspseek_url_data
 Last updated: Fri, 09 May 2003

aspseek_version

(PHP 4 >= 4.1.0)

aspseek_version -- Gets the current ASPseek client library version

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();
?>

<aspseek_url_data
 Last updated: Fri, 09 May 2003