PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
andylyon87
Forum Contributor
Posts: 168 Joined: Sat Jan 31, 2004 5:31 am
Location: Dundee
Post
by andylyon87 » Sat Mar 20, 2004 7:46 am
Just a quick one, what is the ! for in the above code
markl999
DevNet Resident
Posts: 1972 Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)
Post
by markl999 » Sat Mar 20, 2004 7:49 am
copy returns FALSE on failure, and the ! means 'not' , so it really all means "if the copy failed"
andylyon87
Forum Contributor
Posts: 168 Joined: Sat Jan 31, 2004 5:31 am
Location: Dundee
Post
by andylyon87 » Sat Mar 20, 2004 7:50 am
cheers, you're very helpful
patrikG
DevNet Master
Posts: 4235 Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK
Post
by patrikG » Sat Mar 20, 2004 7:59 am