| meta() | ใช้คืนค่า tag meta |
|---|
method:meta ( name, content );
return type:string
special:static
content:ใช้คืนค่า tag meta
example:echo html::meta ( "keywords", "framework, kohana, php, function" ); echo html::meta ( "description", "E-Learning abount framework programming." );