[CAMPANIE STAFF]Cautam moderatori si designeri activi!
Welcome to WTFCS Community Forums!
Servere gaming la super-preturi! [HOSTING SERVICE]
-->






Schimbarea drepturilor unui fisier
Author : hite., Category : Phpbb, 1 Replyes, 589 Views
EVALUATE THIS TOPIC
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
1 Guest(s)
Junior
 
185
POSTS
176
THREADS
10
REPUTATION
Male
Sex

WtfCs Coins: 0[w]
07-03-2012, 09:10 PM
#1
Schimbarea drepturilor unui fisier este foarte simplu. Functia chmod() ne va ajuta la asta.
Functia chmod() are 2 parametrii:

- calea catre fisier / nume fisier
- permisiunea

Copiati urmatorul exemplu php in fisierul chmod.php

Cod:
<?php

// citire si scriere pentru proprietar,nimic pentru ceilalti
chmod("text.txt", 0600);

// citire si scriere pentru proprietar, drept de citire pentru ceilalti
chmod("text.txt", 0644);

// Toate drepturile pentru proprietar, citire si executare pentru ceilalti
chmod("text.txt", 0755);

// Toate drepturile pentru proprietar, citire si executare pentru grupul de utilizatori al proprietarului
chmod("text.txt", 0750);
Regulament forum: You are not allowed to view links. Register or Login to view.

You are not allowed to view links. Register or Login to view.

You are not allowed to view links. Register or Login to view.
¥ Arthur ¥
 
665
POSTS
4,836
THREADS
359
REPUTATION
Male
Sex

WtfCs Coins: 0[w]
02-08-2014, 10:57 PM
#2
Nu s-a mai uitat nimeni.

T/c.
Regulament forum: You are not allowed to view links. Register or Login to view.

You are not allowed to view links. Register or Login to view.

You are not allowed to view links. Register or Login to view.


Forum Jump: