2017 © Pedro Peláez
 

library filelink

image

jsnlib/filelink

  • Friday, March 30, 2018
  • by fdjkgh580
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

jsnlib-filelink

認證檔案連結,可以避免非法盜連, (*1)

session_start();
require_once '../vendor/autoload.php';

$Filelink = new Jsnlib\Filelink;
$Filelink->url("fileimg.php");

//文件一
$url                = $Filelink->save("mini.jpg");
?><img src="<?=$url?>" style="width:60px;">

//文件二
$url                = $Filelink->save("Lighthouse.jpg");
?><img src="<?=$url?>" style="width:60px;"><?

The Versions

30/03 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

file check image link images

30/03 2018

1.1.0

1.1.0.0

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

file check image link images

09/03 2018

1.0.1

1.0.1.0

  Sources   Download

MIT

The Requires

  • php >=5.2.4

 

array object arrayobject convert

09/03 2018

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

  • php >=5.2.4

 

array object arrayobject convert