Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5201637
Hits Heute: 1066
max. Hits (10.07.07): 6964
User Online: 33
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Dreamweaver MX - Statisches und dynamisches Webpublishing mit PHP, ASP.NET und MySQL, mit CD
Dreamweaver MX - Statisches und dynamisches Webpublishing mit PHP, ASP.NET und MySQL, mit CD

Manuals > PEAR > HTML_Table::setCellContents

HTML_Table::setCellContents

HTML_Table::setCellContents -- Set cell content

Description

Sets the cell contents for an existing cell. If the given indices do not exist and autoGrow is TRUE then the given row and/or column is automatically added. If autoGrow is FALSE, then an error is returned.

Parameter

  • int $row - Row index

  • int $col - Column index

  • mixed $contents - May contain HTML or any object with a toHTML() method

  • string $type - Cell type either 'th' or 'td'

Note

This function can not be called statically.


Copyright 1998 - 2009 by I.S.U.M.