HTML_Table::setCaption

HTML_Table::setCaption – Définit le caption du tableau

Synopsis

require_once 'HTML/Table.php';

void HTML_Table::setCaption ( string $caption , mixed $attributes = = null )

Description

Définit le caption du tableau. Ceci ne se réfère pas à la balise <th> . La balise <caption> définit une ligne d'en-tête pour le tableau complet.

Parameter

  • string $caption - la chaîne de caractères à mettre dans la balise caption

  • mixed $attributes - Tableau associatif ou chaîne de caractères d'attributs pour la balise caption

Note

This function can not be called statically.