Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
patch_obj
PHP Class patch_obj, diff_match_patch-php
Datei anzeigen
Open project: nuxodin/diff_match_patch-php
Class Usage Examples
Public Properties
Property
Type
Description
$diffs
$length1
$length2
$start1
$start2
Public Methods
Method
Description
__toString
( )
toString
( ) :
{string}
Emmulate GNU diff's format.
Method Details
__toString()
public
method
public
__toString
( )
toString()
public
method
Header: @@ -382,8 +481,9 @@ Indicies are printed as 1-based, not 0-based.
public
toString
( ) :
{string}
return
{string}
Property Details
$diffs
public_oe property
public
$diffs
$length1
public_oe property
public
$length1
$length2
public_oe property
public
$length2
$start1
public_oe property
public
$start1
$start2
public_oe property
public
$start2