forked from diegofazio/hw_apacheV2
-
Notifications
You must be signed in to change notification settings - Fork 11
Others
Charly edited this page Feb 17, 2022
·
3 revisions
mh_PathUrl() ➜ cUrlReturn path relative from url htdocs.
mh_PathBase() ➜ cPathBaseReturn path base from url.
mh_GetUri() ➜ cUrlReturn uri.
mh_ObjToChar( o ) ➜ cObjectReturn object as string.
mh_ValToChar( uValue ) ➜ cValueReturn any value as string.
mh_ModBuildDate( uValue ) ➜ cDateReturn date of mod compilation as string.
mh_ModName() ➜ cModNameReturn mod name as string.
mh_ModVersion() ➜ cModVersionReturn mod version as string.
mh_LoadFile( cFile ) Load file to source code. Only load one time the same file, avoiding redefinitions. Files are relative to prg path
mh_Include( cFile ) Similar to mh_LoadFile(), but files are relative to htdocs path