add .mdref
[mdref/mdref-raphf] / raphf / clean_persistent_handles.md
1 # void raphf\clean_persistent_handles([string name = NULL[, string $ident]])
2
3 Clean persistent handles whith id $name->$ident.
4
5 ## Params
6
7 * Optional string $name = NULL
8 The persistent handle id.
9 * Optional string $ident = NULL
10 The unique identifier within the persistent handle id.
11
12 ## Example:
13
14 raphf\clean_persistent_handles("http\\Client\\Curl\\Request", "php.net:80");