Pelzini

This is the code documentation for the Pelzini project

function setParam()

Sets a named param for use by the str function

Usage

void setParam ( string $name , mixed $value );

Authors

Arguments

  1. string $name
    The name of the parameter
  2. mixed $value
    The value of the parameter

Return value

  • void