Ejemplo n.º 1
0
 &nbsp
            Distance: <?php 
    print_r($npr["distance"]);
    ?>
 &nbsp
            Date: <?php 
    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);
?>