June 1999
Intermediate to advanced
540 pages
21h 39m
English
param
@name
=
$query
->param([parameter[newvalue1, newvalue2,...] ])
Gets or sets parameter names.
The array to contain the parameter names.
An optional single parameter to fetch. When used with
no arguments, param returns a list of all known
parameter names.
The optional new values to assign to the parameter.
Using named parameters, the syntax is:
$query->param(-name=>'parameter', -value=>'newvalue');
or:
$query->param(-name=>'parameter', -values=>'newvalue1', 'newvalue2', ...);
Read now
Unlock full access