Downloads
Documentation
Get Involved
Help
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
Introduction »
« xattr_supported
PHP Manual
Function Reference
File System Related Extensions
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
xdiff
Introduction
Installing/Configuring
Requirements
Installation
Predefined Constants
xdiff Functions
xdiff_file_bdiff
— Make binary diff of two files
xdiff_file_bdiff_size
— Read a size of file created by applying a binary diff
xdiff_file_bpatch
— Patch a file with a binary diff
xdiff_file_diff
— Make unified diff of two files
xdiff_file_diff_binary
— Alias of xdiff_file_bdiff
xdiff_file_merge3
— Merge 3 files into one
xdiff_file_patch
— Patch a file with an unified diff
xdiff_file_patch_binary
— Alias of xdiff_file_bpatch
xdiff_file_rabdiff
— Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm
xdiff_string_bdiff
— Make binary diff of two strings
xdiff_string_bdiff_size
— Read a size of file created by applying a binary diff
xdiff_string_bpatch
— Patch a string with a binary diff
xdiff_string_diff
— Make unified diff of two strings
xdiff_string_diff_binary
— Alias of xdiff_string_bdiff
xdiff_string_merge3
— Merge 3 strings into one
xdiff_string_patch
— Patch a string with an unified diff
xdiff_string_patch_binary
— Alias of xdiff_string_bpatch
xdiff_string_rabdiff
— Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm
Improve This Page
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.