FreeMED Opensource EMR/PM Software |
General APISummary
implode_with_key
implode() work-alike, but working for associative arrays (taken from http://www.php.net/implode) Parameters
ReturnsString version_check
Compare a version number with single or multiple dots against an arbitrary versioning number. Parameters
ReturnsBoolean, depending on whether the version was greater than the provided value. |
implode() work-alike, but working for associative arrays (taken from http://www.php.net/implode)
function implode_with_key ( $assoc, $inglue = '=', $outglue = '&' )
Determines if a value is in or equal to a variable
function in_this ( $var, $val )
Prepares a string (possibly with slashes) to be displayed in an HTML context.
function prepare ( $string, $force_conversion = false )
Recursively flatten multidimensional arrays into a single dimension array.
function flatten_array ( $initial_array )
Derive name of current page from environmental variables.
function page_name ( $page_name = "" )
Compare a version number with single or multiple dots against an arbitrary versioning number.
function version_check ( $version, $minimum )
Converts email addresses and URLs into links.
function linkify ( $original )