$db->lookup()

Syntax

$db->lookup($name [,$kindstring] [,$case]) 

Description

Returns a list of entities that match the specified $name.

Arguments

In the $name argument, the special character '?' may be used to indicate a match of any single character and the special character '*' may be used to indicate a match of 0 (zero) or more characters.

If the optional argument $kindstring is passed, it should be a language-specific entity filter string. See Entity and Reference Kinds for lists of kinds.

If the optional argument $case is passed, it should be 0 to mean case-insensitive and 1 to mean case-sensitive lookup. The default is case-insensitive.

See Also

Getting a List of Entities


Scientific Toolworks, Inc.
http://www.scitools.com