<?php namespace Lurker\Tests\Event; use Lurker\Resource\FileResource; use Lurker\Resource\DirectoryResource; use Lurker\Event\FilesystemEvent; use Lurker\Resource\TrackedResource; class FilesystemEventTest extends \PHPUnit_Framework_TestCase { public function testConstructAndGetters() { $event = new FilesystemEvent( $tracked = new TrackedResource(23, new DirectoryResource(__DIR__)), $resource = new FileResource(__FILE__), $type = FilesystemEvent::MODIFY ); $this->assertSame($tracked, $event->getTrackedResource()); $this->assertSame($resource, $event->getResource()); $this->assertSame($type, $event->getType()); } public function testIsFileChange() { $event = new FilesystemEvent( $tracked = new TrackedResource(23, new DirectoryResource(__DIR__.'/../')), $resource = new FileResource(__FILE__), $type = FilesystemEvent::MODIFY ); $this->assertTrue($event->isFileChange()); $this->assertFalse($event->isDirectoryChange()); }
?? ?? PHP ??? ????????. ??? ???? ?????? ??? ? ????.
? ???? ?? ???? ???? ????? ?? ???? ????? ????????. ?????? ???? ?? ??????! ? ???? ?? ???? ?? ?????? ?????. ??? ???? ???? ??? ????. ??? ??? ?? ??? ?? ??? ???? ????! ??? ?? ?? ??? ???? ????? ????. ???: admin@php.cn
?? ??

15 Apr 2025
Python? JavaScript? ????, ????? ? ??? ???? ?? ? ??? ??? ????. 1) Python ????? ???? ????? ????? ??? ?? ?? ???? JavaScript?? ???? ????. 2) Python? ??? ?? ? ?? ?? ??????? ???? JavaScript? ??? ?? ?? ????? ? ??? ???? ? ????. 3) ? ? ??? ?? ???? ??? ??? Python? ?? ??? ???? ? ????? JavaScript? MDNWebDocs?? ? ????. ??? ???? ??? ???? ??? ?????????.

29 Dec 2024
???: 0x1da49 ? ???? ??? ???? ?????. 0x3d - @0x3d_site 0x4c - @0x4c-??? 0x5a 0x6g 0x7b 0x8h Newwz.Space Gittech - @gittech ??? ???? ??? ?? ?? ??? ? ??

29 Jul 2016
??? ?? ??? ?? ?? ?????: ??? ?? ??? ?? ?? ????? ??? ?? ????(1): ? ??? ?????? ???? ??? ??? ??: # ------ --- --------------------- # # ??? ??? ?? 'author' # CREATE TABLE ??? ( author_id int (6) DEFAULT '0' NOT NULL auto_increment, first_name varchar(20)


??? ??

??? ?? ????? PHP ?????
??? ?? ????? PHP ?????

50?? ??? ??? PHP ???? ??
??? PHP ????, ??? ????? ??? ???? ?????

??? ???? ?? ?? PHP ?????
??? ???? ?? ?? PHP ?????
