Biferno Language Reference Guide

Tabasoft S.a.s.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled Appendix 1, GNU Free Documentation License.


Table of Contents

1. Biferno Functions Reference
print function - Outputs a string
Eval function - Processes a string of text containing Biferno code
includeFile function -
includeFolder function -
2. Biferno ansi Class Reference
ansi class -
random method -
srandom method -
strch method -
strcmp method -
strcspn method -
strncat method -
strncmp method -
strncpy method -
strpbrk method -
strrch method -
strspn method -
strstr method -
3. Biferno array Class Reference
array class -
array method -
Add method -
Count method -
Delete method -
Find method -
GetElemClass method - Return the array element of class
Index method -
Insert method -
Max method -
Min method -
Reset method -
Reverse method -
SetDim method -
SetElemClass method -
Sort method -
SubArray method -
Swap method -
ToString method -
dim property -
name property -
asc constant -
bubble constant -
desc constant -
shell constant -
ErrBadElementName error -
ErrBadEndIndex error -
ErrBadStartIndex error -
4. Biferno biferno Class Reference
biferno class -
applications property -
classes property -
compilationFlags property -
functions property -
home property -
maxUsers property -
os property -
poolFactor property -
upSince property -
version property -
versionNum property -
5. Biferno boolean Class Reference
boolean class -
boolean method -
6. Biferno byte Class Reference
byte class - Same as int
7. Biferno cacheItem Class Reference
cacheItem class -
cacheItem method -
Flush method -
averageExecTime property -
currentUsers property -
hits property -
lastAccess property -
lastExecTime property -
maxExecTime property -
minExecTime property -
totExecTime property -
userPath property -
8. Biferno char Class Reference
char class -
char method -
ascii property -
9. Biferno classInfo Class Reference
classInfo class -
classInfo method -
GetErrorDescription method -
IsDef method -
cloneIsNeeded property -
constants property -
descr property -
errors property -
extendedClass property -
implem property -
methods property -
note property -
persistentAllowed property -
properties property -
purpose property -
seeAlso property -
sourcePath property -
wantDestructor property -
biferno constant -
c constant -
10. Biferno client Class Reference
client class -
GetIndSID method -
SessionVariable method -
address property -
fromUser property -
ipAddress property -
password property -
user property -
userAgent property -
11. Biferno curApp Class Reference
curApp class - Porvides informations about current app
Flush method - Flush the cache
GetPubVariable method -
Publish method - Makes a variable visible to other apps
RegisterNewApp method - Initializes an application
Reload method - Reload the application
Unpublish method - Undoes a Publish call
cacheItems property - List of files in cache
cacheTotItems property - Total files in cache
cacheTotSize property - Total size of cache
children property - List of subapplication
childrenHomes property -
classes property - List of application classes
functions property - List of application functions
home property - The path of the folder containing the application
name property - The name of the application
12. Biferno curFile Class Reference
curFile class - Provides informations about the current file in process
basePath property - The path of the folder containing the file
cache property -
curLine property -
fromCache property -
path property -
13. Biferno curScript Class Reference
curScript class - Get/Set infos about the current script
Delay method - Temporarily suspends execution
GetCustomOutput method - Custom output function name
GetIndVariable method - Get variables list of current script
GetIndVariableRef method -
GetNumFormat method - Get the current decimal and thousand separators
GetStack method -
GetTotVariables method - Total variables of current script
IsDef method - Checks if a variable is defined
LaunchProcess method - Launch a process from the current script
SetCustomOutput method - Installs function for redirecting script output
SetNumFormat method - Specify decimal and thousand separators for current script
SetStandardOutput method - Restores default output function
Undef method - Deletes a variable
ValueOf method - Evaluates a single line of code
basePath property - The base path of the current script
currentThreads property -
maxThreads property -
timeout property - The timeout of the script
14. Biferno db Class Reference
db class -
db method -
Bind method -
BindAll method -
Call method -
CallExt method -
Commit method -
Escape method -
Exec method -
ExecPrepared method -
FetchRec method -
Free method -
FreePrepare method -
GetAffectedRecs method -
GetCurRecs method -
GetPrepared method -
GetSpecific method -
LobRead method - Reads a portion of a LOB/FILE, as specified by the call, into a string.
LobWrite method - Writes a string into a LOB
Prepare method -
RealEscape method -
RealUnescape method -
RollBack method -
RowSetSize method -
Seek method -
SetSpecific method -
Tell method -
Transaction method -
Warning method -
defaultMode constant -
dynamicMode constant -
inputBindMode constant -
inputOutputBindMode constant -
null constant -
outputBindMode constant -
staticMode constant -
ErrBadCursorID error -
ErrBadCursorMode error -
ErrBadPrepareID error -
ErrBadSeekIndex error -
ErrDBMSError error -
ErrGettingAffectedRecs error -
ErrGettingCurRecs error -
ErrInvalidFree error -
ErrNoCursorAvailable error -
ErrNotEnoughStorageForRecord error -
ErrTooManyCursors error -
ErrTooManyPrepares error -
ErrUndefinedBindVariable error -
ErrUnknownDBType error -
ErrUnknownSpecific error -
15. Biferno double Class Reference
double class - 8-bytes floating point number
double method - Creates an object of class double
Abs method -
Cos method -
Hex method - Hexadecimal representation
Int method -
Pow method -
Round method -
Sin method -
Sqr method -
Sqrt method -
ToString method -
pi constant -
16. Biferno error Class Reference
error class -
error method -
Function method -
Resume method -
State method -
Suspend method -
ThrowException method -
Update method -
classNote property -
descr property -
errClass property -
errNum property -
fileOffset property -
lastMultiStrLine property -
line property -
lineNum property -
msg property -
name property -
path property -
resumable property -
subErr property -
subErrDescr property -
table property -
Err_AbsolutePathRequired error -
Err_ApplicationNameDuplicated error -
Err_ApplicationNameNotFoundInConfig error -
Err_ApplicationNameTooLong error -
Err_ArrayElementNotFound error -
Err_ArrayElementsTypeCastFailed error -
Err_ArrayMismatch error -
Err_ArrayRequired error -
Err_AttachCurrentThreadException error -
Err_BadArrayIndex error -
Err_BadBifernoSID error -
Err_BadBlockSize error -
Err_BadFileRef error -
Err_BadMemoryRef error -
Err_BadPrototype error -
Err_BadSyntax error -
Err_BadSyntaxInApplicationName error -
Err_BadSyntaxInURL error -
Err_BAPI_BifernoTooNew error -
Err_BAPI_BifernoTooOld error -
Err_BAPI_BufferTooSmall error -
Err_BAPI_EndOfObject error -
Err_BAPI_ErrorsAlreadyRegistered error -
Err_BAPI_ExtensionNameRequired error -
Err_BAPI_ExtensionTooNew error -
Err_BAPI_ExtensionTooOld error -
Err_BAPI_InvalidAPIData error -
Err_BAPI_InvalidParameter error -
Err_BAPI_LoopAbort error -
Err_BAPI_MessageNotHandled error -
Err_BAPI_ObjAlreadyToDestruct error -
Err_BAPI_ObjNotPrintable error -
Err_BAPI_ObjNotToDestruct error -
Err_BAPI_SymbolNotFound error -
Err_BAPI_UnknowExtensionType error -
Err_BifernoConfigNotFound error -
Err_BuffersBadID error -
Err_BuffersNotInitialized error -
Err_CacheNotInitialized error -
Err_CachePathTooLong error -
Err_CantAccessThisMember error -
Err_CantCloseShLib error -
Err_CantFindShLibSymbol error -
Err_CantLoadShObject error -
Err_CantModifyLength error -
Err_ClassError error -
Err_ClassIsStatic error -
Err_ClassRedeclared error -
Err_CommaOrRoundSquareExpected error -
Err_ConnectionBroken error -
Err_ConvertingStringToLong error -
Err_CookieDisabled error -
Err_CurlyBracketExpected error -
Err_CurlyBracketNotBalanced error -
Err_DateTimeFormatError error -
Err_DuplicatedArrayElemName error -
Err_DuplicatedConstructor error -
Err_DuplicatedFile error -
Err_DuplicatedLabel error -
Err_DuplicatedObject error -
Err_DuplicatedParameter error -
Err_DuplicatedPropertyName error -
Err_EmptyExpression error -
Err_EmptyName error -
Err_EndOfFile error -
Err_EndOfLineOrSemicolonExpected error -
Err_ExplicitTypeCastRequired error -
Err_FileNotFound error -
Err_FolderIsNotEmpty error -
Err_FolderNotFound error -
Err_FreeBlock error -
Err_FunctionIsVoid error -
Err_FunctionRedeclared error -
Err_HTTPBodyTooLong error -
Err_IllegalArrayInURL error -
Err_IllegalAssignment error -
Err_IllegalConstantExpression error -
Err_IllegalConstantParameter error -
Err_IllegalDeclaration error -
Err_IllegalFlowControl error -
Err_IllegalOperation error -
Err_IllegalOperationOnConstant error -
Err_IllegalOperationOnMethod error -
Err_IllegalRef error -
Err_IllegalScopeForObject error -
Err_IllegalSetProperty error -
Err_IllegalTypeCast error -
Err_IllegalUndef error -
Err_InvalidArrayIndex error -
Err_InvalidCharacter error -
Err_InvalidErrorValue error -
Err_InvalidEscapeSequence error -
Err_InvalidIndex error -
Err_InvalidLength error -
Err_InvalidListRef error -
Err_InvalidListType error -
Err_InvalidName error -
Err_InvalidParameter error -
Err_InvalidParameterName error -
Err_InvalidPosition error -
Err_InvalidRefParameter error -
Err_InvalidScope error -
Err_InvalidSessionCookie error -
Err_InvalidVariableType error -
Err_JavaNotAvailable error -
Err_JVMLoadFailed error -
Err_LabelNotFound error -
Err_ListBufferTooSmall error -
Err_ListDontAcceptNames error -
Err_ListIsLocked error -
Err_ListOutOfBoundary error -
Err_LockNotSupported error -
Err_MemberIsNotStatic error -
Err_MemberIsStatic error -
Err_MemberOnUndefinedIdentifier error -
Err_MemoryFull error -
Err_MemorySlotsFull error -
Err_MethodNameConflict error -
Err_MultipartObjectDuplicated error -
Err_NameTooLong error -
Err_NoResolveOnDupList error -
Err_NoSuchApplication error -
Err_NoSuchClass error -
Err_NoSuchClassOrFunction error -
Err_NoSuchConstant error -
Err_NoSuchFunction error -
Err_NoSuchMember error -
Err_NoSuchMethod error -
Err_NoSuchProperty error -
Err_NotAllowedInDestructor error -
Err_NotAnExtendingClass error -
Err_NotImplemented error -
Err_NullSizeBlock error -
Err_ObjectCantBePersistent error -
Err_ObjectIsLocked error -
Err_ObjectNotFound error -
Err_OnErrorNotBalanced error -
Err_OperatorExpected error -
Err_OSError error -
Err_OutOfBoundary error -
Err_Overflow error -
Err_PageInNotDefined error -
Err_PageOutNotDefined error -
Err_ParameterNameTooLong error -
Err_PathTooLong error -
Err_ProcessShutDown error -
Err_PropertyIsOnlyRead error -
Err_PrototypeMismatch error -
Err_QuotesExpected error -
Err_RefParameterRequired error -
Err_ReservedKeyword error -
Err_ReturnValueRequired error -
Err_RoundBracketExpected error -
Err_RoundBracketNotBalanced error -
Err_ScopeConflict error -
Err_SessionIsDisabled error -
Err_SlotMgrUnavailable error -
Err_SquareBracketExpected error -
Err_StackOverflow error -
Err_StringTooLong error -
Err_SuperConstructorRequired error -
Err_SuperIsUndefined error -
Err_TextUtilsNotInitialized error -
Err_ThisIsUndefined error -
Err_ThreadNotFound error -
Err_ThreadsInternalErr error -
Err_ThreadTimeout error -
Err_Timeout error -
Err_TooLongDefault error -
Err_TooLongHexLiteral error -
Err_TooLongName error -
Err_TooManyIncludes error -
Err_TooManyVariablesInExpression error -
Err_UndefinedIdentifier error -
Err_UnknownError error -
Err_UnknownGroup error -
Err_UnknownOperator error -
Err_UnknownUser error -
Err_UnknownXLibError error -
Err_UnknownXLibHelpersError error -
Err_VariableDuplicatedInURL error -
Err_VariableNotDefined error -
Err_VariableNotInitialized error -
Err_VariableNotPublished error -
Err_WalkFolderAbort error -
Err_XLibCallerTooNew error -
Err_XLibCallerTooOld error -
Err_XLibTooNew error -
Err_XLibTooOld error -
UserBreak error -
17. Biferno file Class Reference
file class -
file method -
Append method -
BifernoPath method -
CheckPath method -
Close method -
Copy method -
Delete method -
Exists method -
fchmod method -
fgetmod method -
Flush method -
Get method -
GetNextLine method -
IsAlias method -
IsFolder method -
IsOpen method -
Lock method -
MakeAlias method -
Move method -
NativePath method -
Open method -
Put method -
Rename method -
ResolveAlias method -
ResolvePath method -
symlink method -
Unlock method -
creatTime property -
curLine property -
curPos property -
group property -
isAlias property -
isOpen property -
length property -
modifTime property -
name property -
openMode property -
osCreator property -
osType property -
path property -
permission property -
resForkLength property -
user property -
all constant -
createFileAlways constant -
createFileNew constant -
dontOpen constant -
EOF constant -
isAliasBit constant -
isFolderBit constant -
openFileAlways constant -
openFileExisting constant -
r constant -
rw constant -
S_IRGRP constant -
S_IROTH constant -
S_IRUSR constant -
S_IWGRP constant -
S_IWOTH constant -
S_IWUSR constant -
S_IXGRP constant -
S_IXOTH constant -
S_IXUSR constant -
ErrBadLen error -
ErrBadName error -
ErrBadOffset error -
ErrBadOpenMode error -
ErrBadOSTypeOrCreator error -
ErrBadPermission error -
ErrCantOpenAlias error -
ErrFileIsNotOpen error -
ErrItemIsFolder error -
ErrNoMoreLinesInFile error -
18. Biferno float Class Reference
float class - Same as double
19. Biferno folder Class Reference
folder class -
folder method -
Create method -
Delete method -
fchmod method -
fgetmod method -
MakeAlias method -
Rename method -
Walk method -
creatTime property -
group property -
modifTime property -
name property -
openMode property -
path property -
user property -
createFolderIfNeeded constant -
createFolderNew constant -
folderExisting constant -
S_IRGRP constant -
S_IROTH constant -
S_IRUSR constant -
S_IWGRP constant -
S_IWOTH constant -
S_IWUSR constant -
S_IXGRP constant -
S_IXOTH constant -
S_IXUSR constant -
ErrBadName error -
ErrBadOpenMode error -
ErrFolderExists error -
ErrFolderNotFound error -
ErrItemIsAlias error -
ErrItemIsNotFolder error -
20. Biferno header Class Reference
header class - HTTP header manipulation
header method - Initializes an header class instance
AddField method - Add field to HTTP header
GetField method - Read the content of HTTP header field
RemoveField method - Removes an HTTP field from the header
SetField method - Modify an HTTP header field
ErrHeaderFieldNotFound error -
ErrInvalidHeader error -
21. Biferno httpPage Class Reference
httpPage class - TCP/IP socket HTTP communication
httpPage method - httpPage class constructor
Exec method - Remote Execution of Internet Resources
body property - Body of the HTTP packet
head property - Header of HTTP packet
ErrResponseHeaderIsInvalid error -
ErrServerRespondedNoData error -
22. Biferno imageUtils Class Reference
imageUtils class -
ConvertImage method -
BesselFilter constant -
BlackmanFilter constant -
BoxFilter constant -
CatromFilter constant -
CubicFilter constant -
GaussianFilter constant -
HammingFilter constant -
HanningFilter constant -
HermiteFilter constant -
LanczosFilter constant -
MitchellFilter constant -
PointFilter constant -
QuadraticFilter constant -
SincFilter constant -
TriangleFilter constant -
UndefinedFilter constant -
23. Biferno int Class Reference
int class - Positive and negative numbers
int method - Create an int number
Abs method -
Cos method -
Hex method - Hexadecimal representation
Pow method -
Sin method -
Sqr method -
Sqrt method -
ToString method -
24. Biferno jclass Class Reference
jclass class - Calling java code from Biferno
jclass method - Connects to a java class
new method - Creates a new java instance and a new jclass object pointing it.
null property - Reference to a Java null object
Err_JavaClassNotFound error -
Err_JavaException error -
Err_JavaFieldNotFound error -
Err_JavaStringTooLong error -
Err_JClassError error -
25. Biferno long Class Reference
long class - 8 byte representation numbers
long method -
Abs method -
Cos method -
Hex method - Hexadecimal representation
Pow method -
Sin method -
Sqr method -
Sqrt method -
ToString method -
26. Biferno memberInfo Class Reference
memberInfo class - Describes e generic member of a class or a function
memberInfo method - Creates a memeberInfo object
IsDef method - Checks if a member exists
className property - Class owning the member
descr property - Description of the member
errors property - Possible errors throwed
implem property - Implementation
isConst property - Constant properties
isStatic property - Static member
memberType property - The type of the member
name property - The name of the member
nonames property - Detecting members with nonames clause declaration
note property - Additional notes
paramAeClass property - Array class of Parameters
paramAeLevel property - Array level of the parameters
paramClass property - Classes of the parameters
paramDefault property - Default values of the parameters
paramDescr property - Descriptions of each parameter
paramName property - Name of the parameters
paramTarget property -
prototype property - Member prototype
purpose property - The purpose of the member (this field)
returnAeClass property - The class of the returned array elements (if any)
returnAeLevel property - The return array level
returnClass property - The class of the return value
returns property - What does the member return
seeAlso property - Useful links
sourcePath property - Source file path
totParams property - Total parameters in prototype
varArgs property - Variable number of arguments
visibility property - Member accessibility
biferno constant - Biferno written member
c constant - C written member
27. Biferno multipart Class Reference
multipart class - Class to handle multipart/form-data file objects
multipart method - Instantiates a multipart object
ToFile method - Write on disk a multipart object
contentType property - The content type of the file
data property - Content of the file
name property - The name of the file
path property - the path of the file
28. Biferno object Class Reference
object class - Get/set infos about objects
ConstructorString method - Returns a string representing the parameters to pass to the constructor to obtain the same object
Create method -
DebuggerString method - Returns a string representing the object as displayed in the debug error page
Hide method - Hides value in debug error table
IsHidden method -
IsInitialized method - Checks if a variable is initialized
Lock method - Prevent object modification
Show method - Undoes the Hide method
Unlock method - Undoes lock operation on object
ValueOfInput method - Correct value to insert in URL
29. Biferno ref Class Reference
ref class -
ref method -
GetTargetInfo method -
target property -
30. Biferno regexp Class Reference
regexp class -
regexp method -
Match method - Matches a regular expression against a text.
eoff property - An array of offsets containing information on regular expression match.
notbol property - Flag to control regular expressions evaluation.
noteol property - Flag to control regular expressions evaluation.
soff property - An array of offsets containing information on regular expression match.
defaultvalue constant -
extended constant -
icase constant -
newline constant -
nosub constant -
ErrRegExp error - Error in regular expression processing.
31. Biferno request Class Reference
request class - Allows to obtain informations on the request for a Biferno script
GetField method - Get a field of the header request
Redirect method - Redirects client request
contentType property - multipart/form-data encoding type
fileName property - The requested file name
filePath property - path requested
host property - Address of web site
method property - The request method
physicalPath property - Physical path requested
port property -
protocol property - The request protocol
referer property - Page originating the request
scheme property -
searchArg property - Parameter list
url property - The url requested
32. Biferno search Class Reference
search class -
search method -
SetOption method -
ToSQL method -
findType property -
group property -
mode property -
oper property -
string property -
tot property -
all constant -
allNot constant -
and constant -
andNot constant -
begins constant -
closePar constant -
contains constant -
ends constant -
noPar constant -
openPar constant -
or constant -
orNot constant -
ErrIndexRequired error -
ErrSearchElementTooLong error -
ErrUnsupportedMode error -
33. Biferno serverInfo Class Reference
serverInfo class - Information on the Web server
domain property - Server domain name
root property - Document root of the web server or site
serverName property - Name of the web server
34. Biferno short Class Reference
short class - Same as int
35. Biferno smtp Class Reference
smtp class - Sending email with Biferno
GetMXRecords method - Get the MX (Mail Exchange) records of a domain
ParseMailFile method - Read an xml Biferno spool file
SendMail method -
SendMailAsync method - Begins a send of an asyncronous email message
SendMailFile method - Sends a spool mail file
ErrAuthTooLong error -
ErrNetDNR error -
ErrNetLostConnection error -
ErrNetOpenDriver error -
ErrNetOpenStream error -
ErrNetTruncated error -
ErrSmtpError error -
36. Biferno stackItem Class Reference
stackItem class -
classOwner property -
filePath property -
line property -
prototype property -
37. Biferno string Class Reference
string class - handle stream of characters
string method - Creates a string object
Begins method - Checks if a string starts with another string
Bin2Hex method -
Capitalize method - Uppercase first character of all words in a string
Compare method - Compares two strings
Contains method - Establishes if a string contains another string
ContainsWordBegin method - Determines if the string that the method is applied to contains a word beginning with the string passed as parameter
ContainsWordEnd method - Determines if the string that the method is applied to contains a word ending with the string passed as parameter
ContainsWordExact method - Determines if the string that the method is applied to contains a word matching exactly the string passed as parameter.
Decode method - ISO 8859-1 Format Decoding
Encode method - ISO 8859-1 Format Encoding
Ends method - Checks if a string ends with another string
Escape method - Escapes a string
Find method - Look for a substring in a string
Hex2Bin method -
Hilite method -
HTUUDecode method - Convert a string from RFC 1113 printable encoding format
HTUUEncode method - Convert a string to RFC 1113 printable encoding format
In method - Compare string at the same time with several different strings
InsertSubString method - Insert string in another
IsANSIStandard method - Check for chars > 127 in string
IsDate method - Check the string for a valid date
IsEMail method - Checks if the string can be a correct email
IsNumeric method - Check the string for a valid number format
Log method - Writes to Biferno log files
LowToUpper method - Transforms lowercase characters into uppercase in a string
MD5 method - Calculates the md5 hash of a string
Pad method - Pads string with characters
RemoveSubString method - Removes a certain number of characters from a string
Substitute method - Replaces a substring of the given string with another
SubString method - Returns a substring of any length of the given string
ToArray method - Converts a string into an array of strings
UpToLower method - Transforms uppercase characters into lowercase in a string
UrlDecode method - Decode URLs
UrlEncode method - Encode URLs
Zap method - Zap gremlins from string
char property - Characters of the string
length property - The length of the string
allTags constant -
htmlTags constant -
ErrBadIndex error -
ErrBadLength error -
ErrTooLongSeparator error -
38. Biferno time Class Reference
time class - Supports manipulation of date and time in various formats.
time method - Initialize a time object
Date method - Returns the Date component of a time variable
GMT method - Timestamp value corresponding to the Greenwich time zone
Hour method - Returns the Hour component of time variable
In method - Checks if time is in a range
Millisecs method - Milliseconds from startup
Strftime method - Time string formatting
ToSecs method - Returns the timestamp of a time variable
UString method - String in the Universal Time format
day property - The day
dayOfWeek property - Day of the week
format property - Format of time variable as passed to constructor
hour property -
minute property - The minutes
month property - the month
second property - The second
year property - The year
friday constant -
monday constant -
saturday constant -
sunday constant -
thursday constant -
tuesday constant -
wednesday constant -
ErrInvalidTimeString error -
39. Biferno unix Class Reference
unix class - UNIX utilities
bash method - Executes unix shell commands (using /bin/bash)
getenv method - Returns value for environment name
getgroup method - The name of the current group
getuser method - The name of the current user
putenv method - Change or add value to environment
setenv method - Change or add an environment variable
unsetenv method - Deletes environment variable
40. Biferno unsigned Class Reference
unsigned class - 4 byte unsigned representation number
unsigned method -
Abs method -
Cos method -
Hex method - Hexadecimal representation
Pow method -
Sin method -
Sqr method -
Sqrt method -
ToString method -
ToTime method - Seconds to time variable
41. Biferno cookie Class Reference
cookie class - Manages client cookies
Get method - Gets the value of a cookie
GetAll method - Retrieves all cookies
GetArray method - Returns an array containing cookies
Set method - Sets a cookie with all parameters
SetPersistent method - Sets a persistent cookie
SetTemp method - Sets a temporary cookie
42. Biferno folderExt Class Reference
folderExt class - Add folder utilities to folder class
Copy method - Copies a folder with its content
43. Biferno headerExt Class Reference
headerExt class - Semplifies HTTP header handling
AddHeader method - Add reposnse header field
GetHeader method - Get an header field of request
SetHeader method - Add/Set reposnse header field
44. Biferno httpExt Class Reference
httpExt class - HTTP connection utilities
ExecRemote method - Retrieves an URL from the WWW
45. Biferno jclassExt Class Reference
jclassExt class - Extends jclass
jclassExt method - Instantiate a "jclassExt" biferno object
DoThumbnail method - Creates a thumbnail from an image
46. Biferno mailAttach Class Reference
mailAttach class -
mailAttach method -
add_attach method -
GetErrMessage method -
send method -
set_async method -
set_from method -
set_message_html method -
set_message_txt method -
set_subject method -
set_timeout method -
set_to method -
tostring method -
async property -
attach property -
attach_mime property -
attach_name property -
class_name property -
from property -
host property -
mailOut property -
message_html property -
message_txt property -
sender_account property -
subject property -
timeout property -
to property -
ErrAsyncFolderNotFound error -
ErrMissingFromField error -
ErrMissingHostField error -
ErrMissingToField error -
47. Biferno requestExt Class Reference
requestExt class -
Redirect method -
48. Biferno smtpExt Class Reference
smtpExt class - SMTP utilities
SendMailWithAttachments method - Send a mail with also attachments
49. Biferno utils Class Reference
utils class - Some utils
Alert method - Display of a javascript alert
1. GNU Free Documentation License
Index