flush
[mdref/mdref-raphf] / raphf / clean_persistent_handles.md
diff --git a/raphf/clean_persistent_handles.md b/raphf/clean_persistent_handles.md
new file mode 100644 (file)
index 0000000..ad8a8ac
--- /dev/null
@@ -0,0 +1,14 @@
+# void raphf\clean_persistent_handles([string name = NULL[, string $ident]])
+
+Clean persistent handles whith id $name->$ident.
+
+## Params
+
+* Optional string $name = NULL  
+  The persistent handle id.
+* Optional string $ident = NULL  
+  The unique identifier within the persistent handle id.
+
+## Example:
+
+    raphf\clean_persistent_handles("http\\Client\\Curl\\Request", "php.net:80");