Ejemplo n.º 1
0
    print_r(substr($nprTime, 0, 10));
    ?>
</P>
            <?php 
}
?>
    
    <P>This is the result of the basicRunInfo() command</br></P>
    <?php 
$np = $nikePHP->basicRunInfo();
print_r($np);
?>
    
    <P>This is the result of the totalCalories() command</br></P>
    <?php 
$np = $nikePHP->totalCalories();
print_r($np);
?>
    
    <P>This is the result of the getTimes() command</br></P>
    <?php 
$np = $nikePHP->getTimes();
print_r($np);
?>
    
    <P>This is the result of the basicLastRun() command</br></P>
    <?php 
$np = $nikePHP->basicLastRun();
print_r($np);
?>
</html>