Found a total of 10000 related content
PHP design super easy-to-use file upload processing class 1 (37), _PHP tutorial
Article Introduction:PHP design is a super easy-to-use file upload processing class 1 (37). PHP designed a super easy-to-use file upload processing class 1 (37), ? php class FileUpload { private $filepath; // Specify the path to save the uploaded file private $allowtype=array( ' gif ' , '
2016-07-13
comment 0
917
php exception handling class, php exception handling_PHP tutorial
Article Introduction:PHP exception handling class, PHP exception handling. PHP exception handling class, PHP exception handling PHP has many exception handling classes, among which Exception is the base class for all exception handling. Exception has several basic properties and methods, including:
2016-07-13
comment 0
872
ajax file upload + processing browser compatible
Article Introduction:This time I will bring you ajax file upload + processing browser compatibility, what are the precautions for ajax file upload + processing browser compatibility, the following is a practical case, let's take a look.
2018-04-04
comment 0
1639
php异常处理类
Article Introduction:php异常处理类
2016-06-23
comment 0
860
29 PHP Excel processing classes, 29excel_PHP tutorial
Article Introduction:29 Excel processing classes for PHP, 29excel. 29 PHP Excel processing classes. The PHP Excel processing classes below 29excel include classes related to Excel reading and writing, import and export, etc. The list is as follows: PHP Excel Reader classes 1.Read Excel
2016-07-13
comment 0
937
30 PHP Excel processing classes, phpexcel_PHP tutorial
Article Introduction:30 Excel processing classes for PHP, phpexcel. 30 PHP Excel processing classes. The PHP Excel processing classes below phpexcel include classes related to Excel reading and writing, import and export, etc. The list is as follows: PHP Excel classes Reader 1.Read Exc
2016-07-13
comment 0
1054
PHP防盗链外部资源下载处理类
Article Introduction:PHP防盗链外部资源下载处理类
以下是自写的简单的PHP防盗链处理类(重新整理编写成类文件,以便后期改进);
/**
*
* 防盗链外部资源下载处理类
*/
class BurglarDow{
/**
* 初始许可下载状态
* @var allow
* @access private
*/
private $allow =
2016-06-20
comment 0
1256
PHP image processing class, thumbnail, watermark_PHP tutorial
Article Introduction:PHP image processing class, thumbnail, watermark. php image processing class, thumbnail, watermark class Image { /** * @var string $fileName file name * @access private */ private $fileName = ''; /** * @var gd resource $imageResource original image
2016-07-20
comment 0
774
php工具类之【zip压缩文件处置类】
Article Introduction:
php工具类之【zip压缩文件处理类】 class PHPZip{ private $ctrl_dir = array(); private $datasec = array(); private $old_offset = 0; private $eof_ctrl_dir = "x50x4bx05x06x
2016-06-13
comment 0
957
php 错误处理类
Article Introduction:
php 异常处理类PHP具有很多异常处理类,其中Exception是所有异常处理的基类。Exception具有几个基本属性与方法,其中包括了:message 异常消息内容code 异常代码file 抛出异常的文件名line 抛出异常在该文件的行数其中常用的方法有:getTrace 获取异常追踪信息getTraceAsString 获取异常追踪信息的字符串
2016-06-13
comment 0
924
一个无限分类的处理类
Article Introduction:一个无限分类的处理类
2016-06-21
comment 0
963