FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
PHP-Code-Console/codeExtractor.php at master · adamchenwei/PHP-Code-Console · GitHub
adamchenwei
/
PHP-Code-Console
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
PHP-Code-Console
/
codeExtractor.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (22 loc) · 472 Bytes
Breadcrumbs
PHP-Code-Console
/
codeExtractor.php
Copy path
File metadata and controls
27 lines (22 loc) · 472 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
aå
<?php
/**
* @todo:
* @version
* 1.0
*/
require_once
(
'
common.php
'
);
$
my_report_id
= -
1
;
require_once
(
'
incl-auth.php
'
);
$
arr
=
array
(
'
myCodeName
'
=>
"
My Code 1
"
,
'
myCodeTimesUsedCount
'
=>
0
,
'
myCodeValueAsMins
'
=>
5
,
'
myCodeOwner
'
=>
"
awh
"
,
//'myCodeBody' => "echo ("LAL1");", //may need serialization
'
myCodeBody
'
=>
"
abcabc
"
,
'
myCodeLastEditDate
'
=>
"
2014-06-16 17:00:59
"
,
'
isSnippet
'
=>
0
,
'
isMyFavorite
'
=>
0
);
echo
json_encode
(
$
arr
);
?>
Back
|
FazBrowse Home
|
New Git URL