| iHTMLDECODE
| Replaces < and > with < and >
|
| iURLENCODE
| Encodes characters for use in a url (spaces, <, > etc) as %asciivalue
|
| iPING
| Returns time in milliseconds for specified IP address
|
| iCLEAN
| Replaces words with alternates on specified text
|
| iCONTENT
| Used to retrieve content type
|
| iHTTP
| Does an HTTP request to a specified URL and returns page contents
|
| iGETMIMEFILE
| Get a file that was uploaded through a browser
|
| iGETMIMENAME
| Get the name of a file uploading with a browser
|
| iLINK
| Formats an href link (basically just a macro)
|
| iPAY
| Links to popular electronic payment systems
|
| iPEEK
| Used with iPUSH to determine client existence
|
| iPUSH
| Server Push for use in pushing graphical images to a browser client
|
| iFORMAT
| Used to format a mail message received with iPOPFETCH
|
| /iFORMAT
| End tag for iFORMAT
|
| iTHREADS
| Returns the number of active threads running on the server
|
| iMAX
| Gets the maximum number from a list of numbers
|
| iMIN
| Gets the minimum number from a list of numbers
|
| iDATEEXT
| Returns extended information about a given date, day of week, day of year etc.
|
| iDTSTRUCT
| Breaks a date into it's component parts
|
| iGMTIME
| Returns Greenwich Mean Time
|
| iISDATE
| Returns TRUE if the date is a valid format
|
| iISLEAP
| Returns TRUE if the specified year is a leap year
|
| iISTIME
| Returns TRUE if the specified time is a valid time
|
| iBASECONV
| Converts between different Base notations (Hex to Dec, Bin etc...)
|
| iNUMTEXT
| Returns English words for a specified number
|
| iIMAGEARC
| Draw an ARC
|
| iIMAGECLEARCOLOR
| Clear a specified colour from an image
|
| iIMAGECOPY
| Copy an image to another
|
| iIMAGECREATE
| Create a new memory position for a graphic
|
| iIMAGEDESTROY
| Destroy the image being built in memory
|
| iIMAGEFILL
| Fill Image with a particular colour
|
| iIMAGEFROMFILE
| Load an image from a file
|
| iIMAGEGETCOLOR
| Get the colour of a specified pixel
|
| iIMAGEGETCOMPONENT
| Gets the red, green, or blue component of a pixel colour
|
| iIMAGEGETINFO
| Get the information on a specified image
|
| iIMAGEGETPIXEL
| Gets the color index of pixel at x,y in an image
|
| iIMAGELINE
| Draw a line
|
| iIMAGERECT
| Draw a rectangle
|
| iIMAGESETBRUSH
| Set the brush style
|
| iIMAGESETINTERLACE
| Set whether a gif is stored as interlaced (quickdraw) or not
|
| iIMAGESETPIXEL
| Set a specified pixel
|
| iIMAGESETSTYLE
| |
| iIMAGESETTRANSPARENT
| Set the image as transparent
|
| iIMAGESTRETCH
| Stretch the image
|
| iIMAGETEXT
| Display text in the image
|
| iIMAGEWITHIN
| Put one image within another
|
| iIMAGEWRITE
| Write the built image to disk
|
| Graphics Filters
| Natively load 10 different graphics file on a web page (BMP, PCX etc...)
|