-
__clone
-
Clone the query.
-
__clone
-
Create a new node object from an existing node.
-
__clone
-
Clone a Statement
-
__clone
-
Create a new storage in the same context as an existing storage.
-
__clone
-
Create a new URI object from an existing URI.
-
__clone
-
Create a copy of the model.
-
__clone
-
Clone the query.
-
__clone
-
Clone a LibRDF_StreamIterator object.
-
__construct
-
Create a new LibRDF_LookupError.
-
__construct
-
Create a new boolean query result object.
-
__construct
-
Create a new bindings query result object.
-
__construct
-
Create a new LibRDF_Serializer.
-
__construct
-
Create a new Statement.
-
__construct
-
Create a new URI object from a string.
-
__construct
-
Creates a new storage backend.
-
__construct
-
Create a new LibRDF_Error.
-
__construct
-
Create a new iterable object from a librdf_stream resource.
-
__construct
-
Create a new graph query result object.
-
__construct
-
Create a new Literal node.
-
__construct
-
Create a new blank node with an optional identifier.
-
__construct
-
Create a new URINode from a URI object.
-
__construct
-
Create a new librdf_model.
-
__construct
-
Create a new parser.
-
__construct
-
Create a new query.
-
__destruct
-
Free the parser's resources.
-
__destruct
-
Free the storage's resources.
-
__destruct
-
Free the stream's resources.
-
__destruct
-
Free a model's resources.
-
__destruct
-
Free the URI's resources.
-
__destruct
-
Destroy the Node object.
-
__destruct
-
Free a Statement's resources.
-
__destruct
-
Free the serializer's resources.
-
__destruct
-
Free the query resources.
-
__destruct
-
Free the query result resources.
-
__toString
-
Return a string representation of the model.
-
__toString
-
Return the string representation of the URI.
-
__toString
-
Return a string representation of the node.
-
__toString
-
Return a string representation of a statement
-
__toString
-
Return the query results as a string.
-
getArc
-
Return a single predicate node that is part of a statement containing the given source and target.
-
getDatatype
-
Return the datattype URI or NULL if this literal has no datatype.
-
getLanguage
-
Return the language of this literal or NULL if the literal has no language.
-
getModel
-
Return the model resource.
-
getNode
-
Return the underlying librdf_node resource.
-
getObject
-
Get the statement's object.
-
getParser
-
Return the underlying parser resource.
-
getPredicate
-
Get the statement's predicate
-
getSerializer
-
Return the wrapped librdf_serializer resource.
-
getSource
-
Return a single source node that is part of a statement containing the given predicate and target.
-
getStatement
-
Get the underlying librdf_statement resource.
-
getStorage
-
Return the underlying storage resource.
-
getSubject
-
Get the statement's subject.
-
getTarget
-
Return a single target node that is part of a statement containing the given source and predicate.
-
getURI
-
Return the underlying URI resource.
-
getValue
-
Return the boolean value of the result.
-
LibRDF.php
-
-
LibRDF_BindingsQueryResults
-
A specialized librdf_query_results wrapper for bindings results.
-
LibRDF_BlankNode
-
A representation of a blank node.
-
LibRDF_BooleanQueryResults
-
A specialized librdf_query_results wrapper for boolean results.
-
LibRDF_Error
-
The exception type used for LibRDF runtime errors.
-
LibRDF_GraphQueryResults
-
A specialized librdf_query_results wrapper for graph results.
-
LibRDF_LiteralNode
-
A representation of a literal node.
-
LibRDF_LookupError
-
The exception type used for statement lookup failures.
-
LibRDF_Model
-
A wrapper around the librdf_model datatype.
-
LibRDF_Node
-
A wrapper around the librdf_node datatype.
-
LibRDF_Parser
-
A wrapper around the librdf_parser datatype.
-
LibRDF_Query
-
A wrapper around the librdf_query datatype.
-
LibRDF_QueryResults
-
A wrapper around the librdf_query_results datatype.
-
LibRDF_Serializer
-
A wrapper around the librdf_serializer datatype.
-
LibRDF_Statement
-
A wrapper around the librdf_statement datatype.
-
LibRDF_Storage
-
A wrapper around the librdf_storage datatype.
-
LibRDF_StreamIterator
-
Wrap a librdf_stream resource as an iterable object.
-
LibRDF_URI
-
A wrapper around the librdf_uri datatype.
-
LibRDF_URINode
-
A specialized version of
LibRDF_Node representing a URI.
-
loadStatementsFromString
-
-
loadStatementsFromURI
-