X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=raphf%2Fclean_persistent_handles.md;fp=raphf%2Fclean_persistent_handles.md;h=ad8a8ac5ace444cff167111cadc7f41ae7ce4612;hb=4f1439de0f0dbe97c129202be86b6b41457d5af9;hp=0000000000000000000000000000000000000000;hpb=0d98ef416cb4c4cc994a041d820823614f926f2e;p=mdref%2Fmdref-raphf diff --git a/raphf/clean_persistent_handles.md b/raphf/clean_persistent_handles.md new file mode 100644 index 0000000..ad8a8ac --- /dev/null +++ b/raphf/clean_persistent_handles.md @@ -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");