Parses an IE bookmarks folder.
Parses the IE folder and files.
int
parseInternetExplorer
(String $url, int $folderID, String $urlFunction, String $folderFunction, [boolean $firstCall = true])
-
String
$url: url to the bookmark file
-
int
$folderID: id of the root folder
-
String
$urlFunction: the function name to be called when an url is parsed
-
String
$folderFunction: the function name to be called when a bookmark is parsed
-
boolean
$firstCall:
only true, upon the first call
Parses a Netscape bookmark file
Parses the file, default name is "bookmarks.html". Tested with Netscape 4.x and 6.x.
int
parseNetscape
(String $url, int $folderID, String $urlFunction, String $folderFunction)
-
String
$url: url to the bookmark file
-
int
$folderID: id of the root folder
-
String
$urlFunction: the function name to be called when an url is parsed
-
String
$folderFunction:
the function name to be called when a bookmark is parsed
Parses an Opera bookmark file
Parses the file, default name for bookmark file is "Opera6.adr" Tested with Opera 6.
int
parseOpera
(String $url, int $folderID, String $urlFunction, String $folderFunction)
-
String
$url: url to the bookmark file
-
int
$folderID: id of the root folder
-
String
$urlFunction: the function name to be called when an url is parsed
-
String
$folderFunction:
the function name to be called when a bookmark is parsed
Checks
Integer
_callFunction
(String $functionName, [boolean $abortAmbiguous = false], mixed 2)
-
String
$functionName
-
boolean
$abortAmbiguous
-
mixed
2:
the params for the function