\php2asp

Class for converting PHP to ASP

Summary

Methods
Properties
Constants
__construct()
calc()
getASP()
setPHP()
$equivalents
$asp_file
$php_file
$asp_top_code
$asp_top
$asp_top_functions
$asp_bottom
$php_functions
$asp_functions
$asp_endings
$bracketstack
$failure
$parts
$match
$failed
$firstletters
$matchedfunctions
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$equivalents

$equivalents

$asp_file

$asp_file

$php_file

$php_file

$asp_top_code

$asp_top_code

$asp_top

$asp_top

$asp_top_functions

$asp_top_functions

$asp_bottom

$asp_bottom

$php_functions

$php_functions

$asp_functions

$asp_functions

$asp_endings

$asp_endings

$bracketstack

$bracketstack

$failure

$failure

$parts

$parts

$match

$match

$failed

$failed

$firstletters

$firstletters

$matchedfunctions

$matchedfunctions

Methods

__construct()

__construct( phpfile) : 

Function for class construction

Parameters

phpfile

Returns

calc()

calc( phpfile) : 

Function for firing php2asp calculation

Parameters

phpfile

Returns

getASP()

getASP( bufferout = true) : 

Function for getting ASP

Parameters

bufferout

Returns

setPHP()

setPHP( phpcode) : 

Function for setting PHP

Parameters

phpcode

Returns