dolibarr
x.y.z
|
Set of function for manipulating web services. More...
Go to the source code of this file.
Functions | |
check_authentication ($authentication, &$error, &$errorcode, &$errorlabel) | |
Check authentication array and set error, errorcode, errorlabel. More... | |
Set of function for manipulating web services.
Definition in file ws.lib.php.
check_authentication | ( | $authentication, | |
& | $error, | ||
& | $errorcode, | ||
& | $errorlabel | ||
) |
Check authentication array and set error, errorcode, errorlabel.
array | $authentication | Array with authentication informations ('login'=>,'password'=>,'entity'=>,'dolibarrkey'=>) |
int | $error | Number of errors |
string | $errorcode | Error string code |
string | $errorlabel | Error string label |
Definition at line 35 of file ws.lib.php.