Commit 52e934ac authored by zhuwei's avatar zhuwei

1

parent e23c35a0
...@@ -177,8 +177,10 @@ class ImageDepot extends Basic ...@@ -177,8 +177,10 @@ class ImageDepot extends Basic
public function ceshi() public function ceshi()
{ {
$num = 82.997128371823;
echo 'test'; $num_ex = explode('.',$num);
dump($num_ex);
dump(substr($num,0,-6));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment