![]() |
Language Reference » Dataset functions » containsData
|
|
Latest updates
Toolbox
Google AdSense
|
containsData - Check data consistency You can use this function to validate that you have valid data to be drawn. This function is mainly used internally to check data consistency. You probably will not need to use it. Calling this function
containsData(); There is no required parameters. Sample script /* Create the pData object */ $MyData = new pData(); /* Display FALSE as our pData object is empty */ echo $MyData->containsData(); /* Add a single point to Serie1 */ $MyData->addPoints(7); /* Display TRUE as our pData object now contains data */ echo $MyData ->containsData(); This function can help you to validate your dataset.
© Copyrights
Components used on this web site : Famfamfam icons has been made by Mark James, Rounded corners lite has been coded by Cameron Cooke and Tim Hutchison, SyntaxHighlighter has
been written by Alex Gorbatchev. pChart and this web site have been created by Jean-Damien POGOLOTTI. This documentation contains 185 pages and 56 comments. 415 users have registered.
This page has been rendered in 0,05 seconds. Wiki revision 1.37.
|