mssql_free_statement(3) php man page | unix.com

Man Page: mssql_free_statement

Operating Environment: php

Section: 3

MSSQL_FREE_STATEMENT(3) 												   MSSQL_FREE_STATEMENT(3)

mssql_free_statement - Free statement memory

SYNOPSIS
bool mssql_free_statement (resource $stmt)
DESCRIPTION
mssql_free_statement(3) only needs to be called if you are worried about using too much memory while your script is running. All statement memory will automatically be freed when the script ends. You may call mssql_free_statement(3) with the statement identifier as an argument and the associated statement memory will be freed.
PARAMETERS
o $stmt - Statement resource, obtained with mssql_init(3).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #1 mssql_free_statement(3) example <?php // Create a new statement $stmt = mssql_init('test'); // Bind values here and execute the statement // once we're done, we clear it from the memory // using mssql_free_statement like so: mssql_free_statement($stmt); ?>
SEE ALSO
mssql_bind(3), mssql_execute(3), mssql_init(3), mssql_free_result(3). PHP Documentation Group MSSQL_FREE_STATEMENT(3)
Related Man Pages
db2_num_rows(3) - php
mssql_free_result(3) - php
maxdb_stmt_store_result(3) - php
mssql_bind(3) - php
sqlsrv_has_rows(3) - php
Similar Topics in the Unix Linux Community
Sed if statement (totally stuck) apache
IF statement failure
Pass a DDL statement to a KSH script
Minues four hours from time
[Solved] 0403-057 Syntax error for if statement