Skip to content

Instantly share code, notes, and snippets.

View JefterRocha's full-sized avatar
🏠
Working from home

Jefter Rocha JefterRocha

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jefterrocha on github.
  • I am jefter95 (https://keybase.io/jefter95) on keybase.
  • I have a public key ASCUqzMka2oepqnW9ycJYkHQ9LVBrMlo7kIh8axLe11bCQo

To claim this, I am signing this object:

<?php
// O bando em txt...
/*
#1|Jefter1|Rocha1|jefter1@email.com
#2|Jefter2|Rocha3|jefter2@email.com
#3|Jefter3|Rocha2|jefter3@email.com
*/
$path = 'database.txt';
$handle = fopen($path, 'r');
$datas = [];