Map attributes to key=”val”
Parameters
$k
stringrequired- Key
$v
stringrequired- Value
Source
public static function map_attrs($k, $v) {
return "$k=\"$v\"";
}
Map attributes to key=”val”
$k
stringrequired$v
stringrequiredpublic 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.