vpx_funcparam_add_uri(&$a_funcparam, $a_args, $s_key, $vpx_type, $required = FALSE, $default = NULL, $value_min = FALSE, $value_max = FALSE, $custom_error = ERRORCODE_VALIDATE_FAILED)Wrapper for parameter taken from URI
array $a_funcparam
array $a_args
string $s_key
string $vpx_type
boolean $required
integer $value_min
integer $value_max
vpx_shared/vpx_shared.module, line 530
<?php
function vpx_funcparam_add_uri(&$a_funcparam, $a_args, $s_key, $vpx_type, $required = FALSE, $default = NULL, $value_min = FALSE, $value_max = FALSE, $custom_error = ERRORCODE_VALIDATE_FAILED) {
vpx_funcparam_add($a_funcparam, $a_args, $s_key, $vpx_type, $required, $default, $value_min, $value_max, $custom_error, "uri");
}
?> | This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License | ![]() |
The current recommended MediaMosa version is 3.2.2. Release notes are available in MediaMosa Trac.
