File/Convert/Solution.php
authorleon <leon@roojs.com>
Thu, 21 Mar 2024 02:48:41 +0000 (10:48 +0800)
committerleon <leon@roojs.com>
Thu, 21 Mar 2024 02:48:41 +0000 (10:48 +0800)
File/Convert/Solution.php

index cf0df56..0ea1e93 100644 (file)
@@ -17,6 +17,8 @@ class File_Convert_Solution
     
     function __construct(  $from ,$to, $options=array())
     {
+        var_dump($options);
+        die('testt');
          
         $this->from = $from;
         $this->to = $to;