mixed File::unlock (
string $filename
,
string $mode
)
This function can be called statically.
File::unlock() の例
<?php
require_once 'File.php';
$e = File::unlock('test.txt');
if (PEAR::isError($e)) {
echo 'ファイルをアンロックできませんでした : ' . $e->getMessage();
} else {
echo "ファイル test.txt のアンロックに成功しました\n";
}
?>
NPO法人とはという基本的内容から実際のNPO法人設立まで広くお手伝いいたします。これからNPO法人をお考えの方はオススメ。NPO法人とはNon Profit Organizationの略であり、特定非営利活動法人を指します。法人なので当然に登記され、独立した人格として活動ができるようになります。