Function ipUnbindFile()
ipUnbindFile — Release file binding. See ipBindFile for more details.
Description:
ipUnbindFile
(
string
$file
,
string
$plugin
,
integer
$id
,
[
string
$baseDir
]
)
Release file binding. See ipBindFile for more details.
Package: ConstructParameters:
string |
$file |
file name relative to file/repository/. Eg. 'im-naked-in-the-shower.jpg' |
string |
$plugin |
plugin name that uses the asset. |
integer |
$id |
single plugin might bind to the same file several times. In that case plugin might differentiate those bind by $id. |
string |
$baseDir = 'file/repository/' |
by default repository locate files in 'file/repository/'. If you work with 'file/secure/' dir, pass this value here. |