Map attributes to key=”val”
Parameters
$kstringrequired- Key
$vstringrequired- Value
Source
public static function map_attrs($k, $v) {
return "$k=\"$v\"";
}
Map attributes to key=”val”
$kstringrequired$vstringrequiredpublic static function map_attrs($k, $v) {
return "$k=\"$v\"";
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.