瀏覽代碼

posix_getpid 去除

loustwo 4 年之前
父節點
當前提交
1f2d22851a
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      app/Utils/helpers.php

+ 0 - 5
app/Utils/helpers.php

@@ -121,8 +121,3 @@ function getOciConnect()
     $charset = config('database.connections.oracle.charset');
     return oci_connect($username,$password,$host.'/'.$service_name,$charset);
 }
-
-function posix_getpid(): string
-{
-    return get_current_user();
-}