2011-12-16から1日間の記事一覧

パス名からディレクトリ名を取得する

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>パス名からディレクトリ名を取得したい</title> </head> <body> </body></html>

ディレクトリを作成する

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>ディレクトリを作成したい</title> </head> <body> </body></html>

ファイルを削除する

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>ファイルを削除したい</title> </head> <body> </body></html>

ファイルをコピーする

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>ファイルをコピーしたい</title> </head> <body> </body></html>

ファイルが書き込み可能か調べる

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>ファイルが書き込み可能か調べたい</title> </head> <body> </body></html>

ファイルが読み取り可能か調べる

PHP

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>ファイルが読み取り可能か調べたい</title> </head> <body> </body></html>