SYNOPSISvarchar refInfoGetAttribute(refInfo ref, varchar attrName)
Parameters:
ref
- A refInfo
objectattrName
- The varchar
name of the attribute to get
Returns:
varchar
value of the named attribute, HTML decoded,
in UTF-8.
DESCRIPTION
The refInfoGetAttribute
function returns the varchar
value of the attribute named attrName
, in UTF-8, after HTML
decoding. If the attribute does not exist, an empty string is
returned.
EXAMPLE<$ret = (refInfoGetAttribute($ref, "id" ))>
Link id is: $ret
SEE ALSOrefInfoGetAttributes