previousHTML_Table::setAutoFill (Previous) (Next) HTML_Table::setCellAttributesnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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.

previousHTML_Table::setAutoFill (Previous) (Next) HTML_Table::setCellAttributesnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.