Pelzini

This is the code documentation for the Pelzini project

function str()

Outputs a string, and sets arguments

This function also allows additional functions after the string constant, printf style.
Because the language system uses named arguments, arguments should be specified in pairs
The first argument should be the param name, the second argument should be the param

Usage

string str ( int $string_constant );

Authors

Arguments

  1. int $string_constant
    The constant representing the string to return

Return value

  • string
    The string, with replacements made