You are here

6 calls to cf_is_empty_or_non_string() in Common Functionality 7

cf_has_array_key in ./cf.module
Check to see if the variable is an array and if the given key exists.
cf_http_get_response in modules/cf_http/cf_http.module
Reads an http page at the given path and returns an unprocessed response.
cf_http_parse_response in modules/cf_http/cf_http.module
Accepts and processes provided http content.
cf_http_split_response in modules/cf_http/cf_http.module
Breaks apart an html formatted document string.
cf_node_create in modules/cf_node/cf_node.module
Programatically creates a node of the form type and returns any errors. This flushes the error buffer allowing for multiple calls. This will always return an array.
cf_node_initialize_class in modules/cf_node/cf_node.module
Create a node class object.