Class containing static utility functions
Located in /EasyRdf/Utils.php (line 47)
Convert a string into CamelCase
A capital letter is inserted for any non-letter (including userscore). For example: 'hello world' becomes HelloWorld 'rss-tag-soup' becomes RssTagSoup 'FOO//BAR' becomes FooBar
Return pretty-print view of a literal
This method is mainly intended for internal use and is used by EasyRdf_Graph and EasyRdf_Sparql_Result to format a literal for display.
Return pretty-print view of a resource URI
This method is mainly intended for internal use and is used by EasyRdf_Graph and EasyRdf_Sparql_Result to format a resource for display.
Execute a command as a pipe
The proc_open() function is used to open a pipe to a a command line process, writing $input to STDIN, returning STDOUT and throwing an exception if anything is written to STDERR or the process returns non-zero.
Check if something is an associative array
Note: this method only checks the key of the first value in the array.
Clean up and split a mime-type up into its parts
Remove the fragment from a URI (if it has one)
Documentation generated on Wed, 16 Jan 2013 19:16:39 +0000 by phpDocumentor 1.4.4