Application
Table of Contents
- K_CUSTOM_AUTH_BASIC_PASSWORD_HASH = ''
- Custom user's Password hash generated with https://www.php.net/manual/en/function.crypt.php
- K_CUSTOM_AUTH_BASIC_USER_GROUP_ID = 1
- Custom user group ID.
- K_CUSTOM_AUTH_BASIC_USER_LEVEL = 1
- Custom user level.
- K_CUSTOM_AUTH_BASIC_USERNAME = ''
- Custom user name.
- F_getSVGGraphCode() : converted
- Replace angular parenthesis with html equivalents (html entities).
- F_getSVGGraph() : converted
- Replace angular parenthesis with html equivalents (html entities).
Constants
K_CUSTOM_AUTH_BASIC_PASSWORD_HASH
Custom user's Password hash generated with https://www.php.net/manual/en/function.crypt.php
public mixed K_CUSTOM_AUTH_BASIC_PASSWORD_HASH
= ''
K_CUSTOM_AUTH_BASIC_USER_GROUP_ID
Custom user group ID.
public mixed K_CUSTOM_AUTH_BASIC_USER_GROUP_ID
= 1
K_CUSTOM_AUTH_BASIC_USER_LEVEL
Custom user level.
public mixed K_CUSTOM_AUTH_BASIC_USER_LEVEL
= 1
K_CUSTOM_AUTH_BASIC_USERNAME
Custom user name.
public mixed K_CUSTOM_AUTH_BASIC_USERNAME
= ''
Functions
F_getSVGGraphCode()
Replace angular parenthesis with html equivalents (html entities).
F_getSVGGraphCode( $p[,
$w =
''
][,
$h =
''
]) : converted
Parameters
- $p :
-
(string) String containing point data.
- $w : = ''
-
(int) Graph width.
- $h : = ''
-
(int) Graph height.
Return values
converted —string
F_getSVGGraph()
Replace angular parenthesis with html equivalents (html entities).
F_getSVGGraph( $p[,
$w =
''
][,
$h =
''
]) : converted
Parameters
- $p :
-
(string) String containing point data.
- $w : = ''
-
(int) Graph width.
- $h : = ''
-
(int) Graph height.
Return values
converted —string