ajout du readme
This commit is contained in:
parent
a46a7ca553
commit
edd7b12d1a
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -1,2 +1,14 @@
|
||||||
# BlockLog
|
# BlockLog
|
||||||
|
|
||||||
|
## Utilisation
|
||||||
|
> Génération du blocklog
|
||||||
|
```php
|
||||||
|
$blocklog = charger_fonction('blocklog', 'inc');
|
||||||
|
// $chaine : string ou array
|
||||||
|
$blocklog("monObjet", $id_objet, $num_dossier, $chaine);
|
||||||
|
```
|
||||||
|
|
||||||
|
## Page html de generation d'un bloclog
|
||||||
|
```
|
||||||
|
?page=sha256sum
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue