There's a way to try it out:
<?php
...
echo"<pre>\n";
for($x=-2;$x<=2;$x+=0.1){
echo"$i; ".stats_dens_normal($x,1,1)."\n";
}
echo"</pre>\n";
?>
Observe the result (to determine yourself), or
save it as "stats_dens_normal.csv",
load it into Open Office and make a graph of it