 *Image Credit: Pixabay.com* # ABSTRACT: PHP is the best programming language in the world! [PHP](https://justyy.com/archives/4917)为啥是世界上最好的语言?你也许听过这个梗: > 女孩:“你能让这个论坛的人都吵起来,我今晚就跟你走。”程序员:“PHP是最好的语言! ”论坛炸锅了,各种吵架...女孩:“服了你了,我们走吧你想干啥都行。”程序员:“今天不行,我一定要说服他们,[PHP](https://justyy.com/archives/3679)必须是最好的语言。” 今天 我就来说说 [PHP](https://justyy.com/archives/3650) 为什么 **真是** 世界上最好的语言。 # 函数特别多 比如你想读取一个文件,只需要这么一句话: ``` $data = file_get_contents("文件 或者 是URL"); ``` 真是没有比它更简单明了的了。 PHP强大的地方在于 它的函数特别特别的多,你只需要拿来用就可以了,并不需要重新造轮子。 7年前 PHP 的函数就有 将近6000个,更不用提最新的PHP 7了。 > 三个程序员坐在格子间里编程。一个程序员一言不发,他用的是python.一个程序员写一会儿就按一下编译,然后就玩会儿手机。他用的是C++。一个程序员坐在那里浏览网页,不时飞快的键入一些字符。经理看到,怒道:你怎么不干活,尽在上网。回答:我在查实现这个功能需要用什么函数。他用的是PHP。 # 门槛低 PHP 入门门槛低, C类型的语法容易理解,并不需要特别配置就可以很轻松的运行WEB程序。比如你安装完 apache2 再安装一个PHP,然后在WEB目录下创建一个PHP: ``` <?php echo "PHP 是世界上最好的语言"; ``` 就可以在浏览器里运行服务端PHP代码了,真是太方便了。 # 框架多 各种现成的框架把 逻辑层和表现层分开,你只要拿来用就可以了。比如:Laravel # PHP 主宰 WEB PHP在 TIOBE 每月编程语言排名 长期排名前10,这很大程序得易于 wordpress 是PHP写的,并且互联网上大多数网站都用到了PHP。  *// source: https://w3techs.com/technologies/details/pl-php/all/all* PHP是贫民出生,有着广泛的群众基础,现在已然是一门顶级WEB编程语言。 # 运行速度快 PHP5之前 也许我们会说 PHP的代码效率太差运行慢,但是[PHP7](https://justyy.com/archives/3637)之后,代码执行效率已经很快了。不过相比 C++还是慢,但是处理 WEB,跑跑 wordpress 已经足够了。 # PHP访问数据库 PHP和 [MySQL](https://justyy.com/archives/3009) 简直是天造的一对,访问数据库的方式太简单了,连接数据库只要: ``` <?php $conn = mysqli_connect("localhost","my_user","my_password","my_db"); ``` 还有人调侃 离开 [MYSQL](https://justyy.com/archives/5043)的PHP就没用啦。  *Source: https://helloacm.com/a-quick-performance-comparison-on-languages-at-codeforces/* 但是实际上我用 [sublime text](https://steakovercooked.com/ch/Life.Record/text/article/2016/11/sublime-text-3-registration-license-key.txt) 配置 php, 时常也用PHP来写些小程序 比如参加 @kenchung 的数学编程比赛,为啥?因为配置方便,函数多,写起代码来快,运行速度快:很快速的能验证一些想法。 # PHP是严谨的 比如在类方法里面访问 类成员需要 加上 $this ``` public class JustYY { private $rep = 67; public function getReputation() { return $this->rep; } } ``` 而在 [C#](https://justyy.com/archives/2396),[C++](https://justyy.com/archives/5345) 或JAVA里,你都是不用写这个 $this 的了,所以有时候很容易搞错:特别是你方法里有一个同名的变量。 # PHP的缺点 当然 PHP也有缺点,比如 不支持多线程,可是我们并不需要啊。现在 web 服务器可以配置成多个 server, 完全可以做到多个 PHP 进程(不是线程)来同时跑多个程序。 PHP入门低,所以很容易上手,写出来的代码 参差不齐,很容易把逻辑和表现层混在一块,日后很不容易维护和调试,一些公司往往招一些新手过来没有经过怎么培训就写代码,写出来一团糟,但是PHP完全可以跑,只是别人在看代码的时候一头雾水,这往往也是编程老手看不上PHP程序员的原因之一吧。 最后,弄一个 GIF,PHP[是最好的语言](https://justyy.com/archives/3637),不服来战!   **[CN 每日排行榜](https://steemit.com/cn/@justyy/daily-cn-updates---cn72017-09-22)** // Later, it may be reposted to my blogs: [justyy.com](https://justyy.com), [helloacm.com](https://helloacm.com) and [codingforspeed.com](https://codingforspeed.com) 稍后同步到我的[中文博客](https://justyy.com)和英文[计算机](https://helloacm.com)[博客](https://codingforspeed.com)。 - [论PHP是世界上最好的语言!](https://justyy.com/archives/5358) Originally published at https://steemit.com Thank you for reading my post, feel free to Follow, Upvote, Reply, ReSteem (repost) @justyy which motivates me to create more quality posts. 原文首发于 https://Steemit.com 首发。感谢阅读,如有可能,欢迎Follow, Upvote, Reply, ReSteem (repost) @justyy 激励我创作更多更好的内容。  **@justyy 是CN 区的点赞机器人**,对优质内容进行点赞,只要代理给 @justyy 每天收利息(100 SP 每天0.04 SBD)并且能获得一次相应至少2倍的点赞,可以认为是VP 200%+ ,详细请看: - [cn区最低保障系统 上线了!](https://steemit.com/cn/@justyy/cn-introduction-to-the-cn-wechat-group-voting-robot-justyy) - [CN 区优质内容点赞机器人上线了!](https://steemit.com/cn/@justyy/a-good-content-upvote-bot-cn) - [点赞机器人每日点赞记录整合到每日报表中!](https://steemit.com/cn/@justyy/good-content-upvoting-history-now-integrated-into-to-daily-ranking-table) - [虽然不挣钱,但是CN区低保计划还会继续下去](https://steemit.com/cn/@justyy/cn)  欢迎你发表你的见解和看法,特别有意思的评论我可能会奖励你1 SBD哦。 Interesting Comments might be rewarded with 1 SBD.
author | justyy |
---|---|
permlink | php-php-is-the-best-programming-language-in-the-world |
category | cn |
json_metadata | {"tags":["cn","cn-programming","steemstem","php"],"users":["kenchung","justyy"],"image":["https://steemitimages.com/DQmcm4Jqp99HiWVU2URNBss6rT5mADWXXCNq3TAJXzfWBp3/image.png","https://steemitimages.com/DQmdWT3zM5DFJiM1vjyiwXfHxoue8bwD6AC6nUgPqWfvn8W/image.png","https://steemitimages.com/DQmTpJN84mG8Sbey6WQ25GM6TvmMzmK5QSzgh2jL2r5CSPC/image.png","https://justyy.com/gif/justyy-php-is-the-best.gif","https://justyy.com/wp-content/uploads/2017/07/justyy-steemit.png","https://steemitimages.com/0x0/https://justyy.com/gif/steemit.gif"],"links":["https://justyy.com/archives/4917","https://justyy.com/archives/3679","https://justyy.com/archives/3650","https://w3techs.com/technologies/details/pl-php/all/all","https://justyy.com/archives/3637","https://justyy.com/archives/3009","https://justyy.com/archives/5043","https://helloacm.com/a-quick-performance-comparison-on-languages-at-codeforces/","https://steakovercooked.com/ch/Life.Record/text/article/2016/11/sublime-text-3-registration-license-key.txt","https://justyy.com/archives/2396","https://justyy.com/archives/5345","https://steemit.com/cn/@justyy/daily-cn-updates---cn72017-09-22","https://justyy.com","https://helloacm.com","https://codingforspeed.com","https://justyy.com/archives/5358","https://steemit.com","https://Steemit.com","https://steemit.com/cn/@justyy/cn-introduction-to-the-cn-wechat-group-voting-robot-justyy","https://steemit.com/cn/@justyy/a-good-content-upvote-bot-cn","https://steemit.com/cn/@justyy/good-content-upvoting-history-now-integrated-into-to-daily-ranking-table","https://steemit.com/cn/@justyy/cn"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-09-22 11:21:24 |
last_update | 2017-09-27 17:54:27 |
depth | 0 |
children | 30 |
last_payout | 2017-09-29 11:21:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 82.301 HBD |
curator_payout_value | 21.787 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,183 |
author_reputation | 280,616,224,641,976 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,607,871 |
net_rshares | 36,361,078,761,120 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lafona-miner | 0 | 1,477,394,413,487 | 20% | ||
abit | 0 | 10,565,403,370,055 | 25% | ||
justtryme90 | 0 | 664,502,926,117 | 40% | ||
rok-sivante | 0 | 1,104,580,934,676 | 100% | ||
robrigo | 0 | 250,857,153,464 | 100% | ||
freeyourmind | 0 | 2,279,420,248,574 | 100% | ||
biophil | 0 | 29,566,052,512 | 100% | ||
fundurian | 0 | 34,395,917,377 | 25% | ||
joythewanderer | 0 | 80,276,022,498 | 35% | ||
quigua | 0 | 735,580,447 | 100% | ||
ace108 | 0 | 216,980,906,129 | 15% | ||
tensaix2j | 0 | 2,987,480,059 | 100% | ||
magicmonk | 0 | 29,042,902,554 | 100% | ||
cryptoninja | 0 | 423,961,514 | 5% | ||
snowflake | 0 | 2,323,030,048,567 | 100% | ||
archiles | 0 | 123,853,714 | 100% | ||
ericsim1991 | 0 | 124,040,033 | 100% | ||
ericsim1989 | 0 | 124,417,019 | 100% | ||
kyriacos | 0 | 111,816,414,376 | 20% | ||
lemouth | 0 | 59,393,126,716 | 40% | ||
anarchyhasnogods | 0 | 84,641,081,332 | 40% | ||
tumutanzi | 0 | 2,650,841,693,996 | 15% | ||
zhijun | 0 | 7,539,252,894 | 100% | ||
lamouthe | 0 | 2,757,661,545 | 40% | ||
justyy | 0 | 169,212,989,774 | 100% | ||
luneknight | 0 | 1,929,939,059 | 100% | ||
rach | 0 | 12,190,508,560 | 100% | ||
steemstem | 0 | 380,854,543,191 | 40% | ||
dapeng | 0 | 38,478,285,203 | 100% | ||
happyukgo | 0 | 842,160,585 | 100% | ||
ozymandias | 0 | 2,537,388,558 | 100% | ||
foundation | 0 | 3,535,095,494 | 40% | ||
the-devil | 0 | 7,133,121,575 | 40% | ||
someonewhoisme | 0 | 2,275,920,152,989 | 100% | ||
trafalgar | 0 | 2,136,480,557,552 | 10% | ||
tankist | 0 | 427,454,439 | 100% | ||
obimikel | 0 | 392,625,007 | 100% | ||
sedeki | 0 | 392,481,291 | 100% | ||
schill | 0 | 434,906,755 | 100% | ||
turokk | 0 | 437,600,667 | 100% | ||
daio | 0 | 2,465,176,414 | 40% | ||
hammadakhtar | 0 | 873,749,470 | 10% | ||
luna33 | 0 | 147,677,503,395 | 100% | ||
htliao | 0 | 3,359,145,857,373 | 20% | ||
sv67216721 | 0 | 4,535,736,090 | 5% | ||
maskal | 0 | 497,566,958 | 100% | ||
mobbs | 0 | 55,814,966,699 | 40% | ||
frankintaiwan | 0 | 88,324,461 | 20% | ||
unatalmaria | 0 | 2,758,558,938 | 20% | ||
ojaber | 0 | 28,624,198,922 | 100% | ||
followbtcnews | 0 | 3,313,394,093 | 5% | ||
marcevhc | 0 | 2,890,731,354 | 50% | ||
monoc | 0 | 1,382,527,833 | 100% | ||
nanosesame | 0 | 18,414,984,015 | 100% | ||
kenchung | 0 | 19,191,741,472 | 57% | ||
kitcat | 0 | 50,796,734,350 | 30% | ||
linuslee0216 | 0 | 1,979,235,453,437 | 10% | ||
suitablybored | 0 | 350,171,178 | 100% | ||
anfitriones | 0 | 297,670,137 | 50% | ||
hamzaoui | 0 | 6,161,139,294 | 100% | ||
vasja | 0 | 500,676,819 | 100% | ||
mahdiyari | 0 | 37,980,067,836 | 100% | ||
cardumen | 0 | 301,768,342 | 60% | ||
nationalpark | 0 | 17,320,207,427 | 45% | ||
shenchensucc | 0 | 14,666,720,801 | 100% | ||
alexander.alexis | 0 | 911,305,773 | 8% | ||
bryanmitchel | 0 | 942,343,312 | 100% | ||
d-pend | 0 | 5,539,492,496 | 0.5% | ||
pula78 | 0 | 207,534,712 | 100% | ||
gentlebot | 0 | 200,825,213,791 | 100% | ||
justyska | 0 | 164,216,517 | 100% | ||
karliks | 0 | 198,246,400 | 100% | ||
nicolebh | 0 | 201,344,000 | 100% | ||
lindseycok | 0 | 164,172,800 | 100% | ||
nellyrocks | 0 | 182,758,400 | 100% | ||
thing-2 | 0 | 200,048,923,217 | 100% | ||
minnowpond | 0 | 1,216,883,977 | 1% | ||
mrpointp | 0 | 23,261,514,383 | 30% | ||
roqueone | 0 | 324,993,746 | 100% | ||
sherriechau | 0 | 301,779,907 | 100% | ||
renafuam | 0 | 284,369,527 | 100% | ||
joykit | 0 | 303,763,225 | 100% | ||
minnowpond1 | 0 | 147,094,329 | 1% | ||
serg1985 | 0 | 502,345,696 | 100% | ||
beautifulbella | 0 | 25,719,916,364 | 100% | ||
himal | 0 | 1,164,736,196 | 40% | ||
ovij | 0 | 3,157,887,871 | 40% | ||
nicolemoker | 0 | 3,007,879,148,238 | 15% | ||
davidzack | 0 | 453,217,378 | 100% | ||
shaiya | 0 | 3,430,884,120 | 100% | ||
idx | 0 | 5,087,395,458 | 25% | ||
kangnajiang | 0 | 1,949,391,317 | 100% | ||
pavliuch | 0 | 459,085,800 | 100% | ||
bertaroyer | 0 | 290,167,047 | 100% | ||
altaq | 0 | 295,970,388 | 100% | ||
cherio | 0 | 354,003,797 | 100% | ||
wendizero | 0 | 365,610,479 | 100% | ||
nurhasib | 0 | 59,069,058 | 100% | ||
dbukyo | 0 | 1,178,291,589 | 85.55% | ||
fermoten | 0 | 315,955,200 | 100% | ||
fravamel | 0 | 328,345,600 | 100% | ||
jessicameng | 0 | 4,608,722,987 | 100% | ||
fr3eze | 0 | 16,975,209,728 | 80% | ||
ribblepascual | 0 | 151,782,400 | 100% | ||
seibsleskl131 | 0 | 201,344,000 | 100% | ||
meharbankert | 0 | 157,977,600 | 100% | ||
metteserve | 0 | 198,246,400 | 100% | ||
humphreyb | 0 | 167,270,400 | 100% | ||
manzaneirajenna | 0 | 185,856,000 | 100% | ||
copherexilorme | 0 | 164,172,800 | 100% | ||
harmannmorgan | 0 | 164,172,800 | 100% | ||
mg882 | 0 | 110,797,410 | 55% | ||
geass | 0 | 769,040,187 | 100% | ||
cannizzozephieri | 0 | 157,977,600 | 100% | ||
orourkepage | 0 | 173,534,950 | 100% | ||
smedleyobieby | 0 | 173,465,600 | 100% | ||
griglikbenack | 0 | 188,953,600 | 100% | ||
moonvoid | 0 | 610,552,134 | 100% | ||
dariasaponta | 0 | 151,782,400 | 100% | ||
beyersduba | 0 | 145,587,200 | 100% | ||
aiporlanibenjez | 0 | 157,977,600 | 100% | ||
adragnaphilmore | 0 | 164,172,800 | 100% | ||
ivorybrys | 0 | 179,660,800 | 100% | ||
garudi | 0 | 285,927,834 | 20% | ||
malininal | 0 | 446,529,713 | 100% | ||
tvb | 0 | 6,319,851,403 | 100% | ||
goldminevoyager | 0 | 730,898,631 | 100% | ||
scarfatojennaii | 0 | 179,660,800 | 100% | ||
bezelllivintoni | 0 | 182,758,400 | 100% | ||
ertovilja | 0 | 443,664,691 | 100% | ||
sbarsovitch | 0 | 472,063,856 | 100% | ||
gogacoool | 0 | 483,579,578 | 100% | ||
sunnyjolly | 0 | 1,045,498,263 | 100% | ||
reevaweiden | 0 | 176,563,200 | 100% | ||
asparasjenna | 0 | 145,587,200 | 100% | ||
schlitzrhymes | 0 | 157,977,600 | 100% | ||
ranskijenna | 0 | 182,758,400 | 100% | ||
gubseribbotsona | 0 | 192,051,200 | 100% | ||
julissaboeckmann | 0 | 176,563,200 | 100% | ||
davidconstantine | 0 | 488,219,103 | 85.55% | ||
eroshnaya | 0 | 465,475,198 | 100% | ||
mccalliehart | 0 | 182,758,400 | 100% | ||
leverhelgeq | 0 | 164,172,800 | 100% | ||
jemisondeku | 0 | 192,051,200 | 100% | ||
ranseydrink | 0 | 154,880,000 | 100% | ||
haytonmomper | 0 | 195,148,800 | 100% | ||
alinesherwood | 0 | 148,684,800 | 100% | ||
ganngenes | 0 | 195,148,800 | 100% | ||
purdieabrah | 0 | 173,465,600 | 100% | ||
mrspointm | 0 | 17,647,907,461 | 43% | ||
cercadotinishai | 0 | 157,977,600 | 100% | ||
atrostovech | 0 | 532,070,797 | 100% | ||
niutakorot | 0 | 481,626,161 | 100% | ||
ericsim | 0 | 315,955,200 | 100% | ||
feildigbiemp | 0 | 192,051,200 | 100% | ||
prantherbocklund | 0 | 188,953,600 | 100% | ||
martscierleylq | 0 | 185,856,000 | 100% | ||
mynchjenna | 0 | 164,172,800 | 100% | ||
cooganrozina | 0 | 170,368,000 | 100% | ||
bembibushie | 0 | 157,977,600 | 100% | ||
carlitafass | 0 | 154,880,000 | 100% | ||
butterbaughokit | 0 | 313,376,135 | 100% | ||
sheppardmanfred | 0 | 359,802,229 | 100% | ||
demaskyfri | 0 | 365,605,491 | 100% | ||
eilersagnola | 0 | 307,572,873 | 100% | ||
lizarragata | 0 | 290,163,088 | 100% | ||
dawanosc | 0 | 151,782,400 | 100% | ||
bloomstromcouls | 0 | 336,588,728 | 100% | ||
derosekira | 0 | 342,391,980 | 100% | ||
erikamarvell | 0 | 348,195,233 | 100% | ||
smithwickschlum | 0 | 383,014,401 | 100% | ||
adamsiiij | 0 | 307,572,170 | 100% | ||
czarnieckie | 0 | 330,785,164 | 100% | ||
moenrichietn | 0 | 295,965,672 | 100% | ||
eikenberry | 0 | 365,604,652 | 100% | ||
baylesament | 0 | 301,768,919 | 100% | ||
kampffromen | 0 | 365,604,651 | 100% | ||
heeschenriq | 0 | 301,768,918 | 100% | ||
gatherhaefner | 0 | 336,588,409 | 100% | ||
yunxiaohui | 0 | 1,648,460,889 | 100% | ||
tiffchiuhk123 | 0 | 4,653,363,542 | 100% | ||
artistich | 0 | 854,346,298 | 100% | ||
artym | 0 | 923,661,792 | 100% | ||
ruslbashar | 0 | 877,499,564 | 100% | ||
cryptotrade007 | 0 | 2,152,075,231 | 10% | ||
malyas | 0 | 923,688,332 | 100% | ||
fury123 | 0 | 1,518,425,253 | 100% | ||
raziel.com | 0 | 237,453,066 | 85.55% | ||
xuran | 0 | 3,467,767,358 | 100% | ||
khalilad | 0 | 453,080,513 | 85.55% | ||
lavyg | 0 | 876,276,968 | 100% | ||
awiwea1974 | 0 | 1,123,237,286 | 100% | ||
zomev | 0 | 760,213,600 | 100% | ||
superbing | 0 | 3,514,889,800 | 100% | ||
dailyfortune | 0 | 2,131,393,456 | 100% | ||
ashikbiswas01 | 0 | 107,729,320 | 85.55% | ||
xiaoshancun | 0 | 177,214,897 | 100% | ||
xoxois | 0 | 261,343,969 | 100% | ||
cordydrelick | 0 | 307,566,288 | 100% | ||
kassayavrosz | 0 | 324,975,701 | 100% | ||
polmonoti | 0 | 301,763,150 | 100% | ||
gongshapin | 0 | 342,385,111 | 100% | ||
suddarthwirt | 0 | 353,991,385 | 100% | ||
ferronicrich | 0 | 336,581,972 | 100% | ||
kronberger | 0 | 319,172,560 | 100% | ||
onur1s | 0 | 1,121,044,104 | 100% | ||
serggejnnaum | 0 | 940,106,234 | 100% | ||
vekipela | 0 | 934,302,690 | 100% | ||
dailystats | 0 | 1,802,041,338 | 100% | ||
likho | 0 | 934,301,316 | 100% | ||
talhakz | 0 | 645,334,675 | 85.55% | ||
qazeg | 0 | 690,569,392 | 100% | ||
vincentyip | 0 | 1,160,617,650 | 100% | ||
arek336 | 0 | 75,520,461 | 8% | ||
topfindings | 0 | 793,058,473 | 85.55% | ||
asatu | 0 | 74,715,523 | 100% | ||
yassinajbala | 0 | 187,280,797 | 85.55% | ||
epicure | 0 | 605,879,515 | 100% | ||
curatorem | 0 | 1,342,738,986 | 100% | ||
astikhin | 0 | 934,295,322 | 100% | ||
oguzdelioglu | 0 | 468,965,009 | 100% | ||
jonesteemit | 0 | 60,625,886 | 40.54% | ||
albart | 0 | 129,176,263 | 30% | ||
vandadream | 0 | 278,546,058 | 100% | ||
haryormidei | 0 | 720,053,116 | 85.55% | ||
komaljha | 0 | 201,876,844 | 85.55% | ||
saqibhayat | 0 | 220,514,137 | 85.55% | ||
swati123 | 0 | 52,226,862 | 5.5% |
每个程序语言都有个HELLO WORLD的例子,没什么特别的。 不如写个帖子如何用PHP在STEEMIT发帖:)
author | beautifulbella |
---|---|
permlink | re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t122833021z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 12:28:33 |
last_update | 2017-09-22 12:28:33 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 12:28:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.070 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 1,876,932,920,921 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,612,668 |
net_rshares | 25,189,608,810 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beautifulbella | 0 | 25,189,608,810 | 100% |
PHP是“拍黄片”的意思吗?搞这么复杂~
author | coldhair |
---|---|
permlink | re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t115647413z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 11:56:39 |
last_update | 2017-09-22 11:56:39 |
depth | 1 |
children | 3 |
last_payout | 2017-09-29 11:56:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 34,617,352,014,488 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,610,362 |
net_rshares | 0 |
额。。拍好片
author | justyy |
---|---|
permlink | re-coldhair-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t115747065z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 11:57:48 |
last_update | 2017-09-22 11:57:48 |
depth | 2 |
children | 2 |
last_payout | 2017-09-29 11:57:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 280,616,224,641,976 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,610,447 |
net_rshares | 0 |
以上对话。。。。这不是曾经我俩的对话吗?!
author | tvb |
---|---|
permlink | re-justyy-re-coldhair-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t124003768z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 12:40:09 |
last_update | 2017-09-22 12:40:09 |
depth | 3 |
children | 1 |
last_payout | 2017-09-29 12:40:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 35,178,037,825,802 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,613,580 |
net_rshares | 0 |
最近想学coding做一个简单软件通过api来监视各个交易平台的币种,请问php合适吗?不然有什么适合的语言和途径?
author | fr3eze |
---|---|
permlink | re-justyy-php-php-is-the-best-programming-language-in-the-world-20170923t022453005z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-23 02:24:54 |
last_update | 2017-09-23 02:24:54 |
depth | 1 |
children | 1 |
last_payout | 2017-09-30 02:24:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 62,201,653,753,684 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,669,158 |
net_rshares | 0 |
可以。
author | justyy |
---|---|
permlink | re-fr3eze-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170923t070842764z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-23 07:08:45 |
last_update | 2017-09-23 07:08:45 |
depth | 2 |
children | 0 |
last_payout | 2017-09-30 07:08:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3 |
author_reputation | 280,616,224,641,976 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,683,859 |
net_rshares | 0 |
PHP 是世界上最好的语言!(以下注意队形)
author | justyy |
---|---|
permlink | re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t114528781z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 11:45:30 |
last_update | 2017-09-22 11:45:30 |
depth | 1 |
children | 7 |
last_payout | 2017-09-29 11:45:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.483 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 280,616,224,641,976 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,609,545 |
net_rshares | 169,078,268,853 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
justyy | 0 | 169,078,268,853 | 100% |
PHP 是世界上最好的语言!
author | coldhair |
---|---|
permlink | re-justyy-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t115328570z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 11:53:21 |
last_update | 2017-09-22 11:53:21 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 11:53:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 34,617,352,014,488 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,610,109 |
net_rshares | 0 |
中文是世界上最好的语言!
author | dapeng |
---|---|
permlink | re-justyy-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t144430108z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 14:44:30 |
last_update | 2017-09-22 14:49:51 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 14:44:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 64,632,001,917,831 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,623,100 |
net_rshares | 0 |
PHP 是世界上最好的语言!
author | kenchung |
---|---|
permlink | re-justyy-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t143318062z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 14:33:18 |
last_update | 2017-09-22 14:33:18 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 14:33:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 41,181,348,504,685 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,622,179 |
net_rshares | 0 |
PHP 是世界上最好的语言!
author | luneknight |
---|---|
permlink | re-justyy-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t153520797z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 15:35:24 |
last_update | 2017-09-22 15:35:39 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 15:35:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 2,906,717,602,601 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,627,669 |
net_rshares | 0 |
PHP 是世界上最好的语言!
author | shenchensucc |
---|---|
permlink | re-justyy-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t123046094z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 12:30:21 |
last_update | 2017-09-22 12:30:21 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 12:30:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 100,205,759,373,709 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,612,800 |
net_rshares | 0 |
PHP 是世界上最好的语言!
author | tvb |
---|---|
permlink | re-justyy-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t124025589z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 12:40:33 |
last_update | 2017-09-22 12:40:33 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 12:40:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 35,178,037,825,802 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,613,620 |
net_rshares | 6,125,394,437 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tvb | 0 | 6,125,394,437 | 100% |
如果我说不是怕被打。。。PHP 是世界上最好的语言!(逃~
author | zhengkai |
---|---|
permlink | re-justyy-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170924t020303976z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-24 02:01:33 |
last_update | 2017-09-24 02:01:33 |
depth | 2 |
children | 0 |
last_payout | 2017-10-01 02:01:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | -24,976,149,703 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,754,797 |
net_rshares | 0 |
请问最后这输入效果怎么实现的
author | luneknight |
---|---|
permlink | re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t154334521z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 15:43:39 |
last_update | 2017-09-22 15:43:39 |
depth | 1 |
children | 1 |
last_payout | 2017-09-29 15:43:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 2,906,717,602,601 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,628,372 |
net_rshares | 0 |
VS 插件 power mode
author | justyy |
---|---|
permlink | re-luneknight-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t161018098z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 16:10:18 |
last_update | 2017-09-22 16:10:18 |
depth | 2 |
children | 0 |
last_payout | 2017-09-29 16:10:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 280,616,224,641,976 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,630,621 |
net_rshares | 0 |
This post recieved an upvote from minnowpond. If you would like to recieve upvotes from minnowpond on all your posts, simply FOLLOW @minnowpond
author | minnowpond1 |
---|---|
permlink | re-php-php-is-the-best-programming-language-in-the-world-20170922t113215 |
category | cn |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2017-09-22 11:32:15 |
last_update | 2017-09-22 11:32:15 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 11:32:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 143 |
author_reputation | 383,828,786,455 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,608,628 |
net_rshares | 0 |
Well said, I really like this that you've laid out. And I definitely share the viewpoint with you. I also hope to leave my legacy here on steemit, and what I share here is what I would want to be remembered for. I think we can all look for something new! Thank you for being here. :)
author | oguzdelioglu |
---|---|
permlink | re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t121804585z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 12:18:03 |
last_update | 2017-09-22 12:18:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 12:18:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 283 |
author_reputation | -969,546,668,235 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,611,867 |
net_rshares | 0 |
php确实是好!就是好,比楼主偶像还要好哈哈哈
author | tvb |
---|---|
permlink | re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t113721480z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 11:37:27 |
last_update | 2017-09-22 11:37:27 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 11:37:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 35,178,037,825,802 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,609,004 |
net_rshares | 0 |
最后这gif老帅了。
author | tvb |
---|---|
permlink | re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t114032720z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 11:40:39 |
last_update | 2017-09-22 11:40:39 |
depth | 1 |
children | 2 |
last_payout | 2017-09-29 11:40:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 35,178,037,825,802 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,609,217 |
net_rshares | 0 |
我用的是 screenTogif 这个软件弄的。
author | justyy |
---|---|
permlink | re-tvb-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t201445293z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 20:14:48 |
last_update | 2017-09-22 20:14:48 |
depth | 2 |
children | 1 |
last_payout | 2017-09-29 20:14:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 280,616,224,641,976 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,649,558 |
net_rshares | 0 |
哈哈学会了
author | tvb |
---|---|
permlink | re-justyy-re-tvb-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t202327228z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 20:23:33 |
last_update | 2017-09-22 20:23:33 |
depth | 3 |
children | 0 |
last_payout | 2017-09-29 20:23:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 35,178,037,825,802 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,650,176 |
net_rshares | 0 |
果断转发, 我觉得我就是那个把逻辑层和表现层写在一起的菜乌!
author | tvb |
---|---|
permlink | re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t114124735z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 11:41:30 |
last_update | 2017-09-22 11:41:30 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 11:41:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 35,178,037,825,802 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,609,281 |
net_rshares | 0 |
我也喜歡編程呢,很高興中文區有這麼多programming的帖子!
author | vincentyip |
---|---|
permlink | re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t145100786z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 14:51:00 |
last_update | 2017-09-22 14:51:00 |
depth | 1 |
children | 4 |
last_payout | 2017-09-29 14:51:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 2,393,663,768,357 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,623,655 |
net_rshares | 0 |
你可以关注 标签 cn-programming
author | justyy |
---|---|
permlink | re-vincentyip-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t165943635z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 16:59:45 |
last_update | 2017-09-22 16:59:45 |
depth | 2 |
children | 3 |
last_payout | 2017-09-29 16:59:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 280,616,224,641,976 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,634,638 |
net_rshares | 0 |
居然还有这个标签,今天才知道。。。
author | tvb |
---|---|
permlink | re-justyy-re-vincentyip-re-justyy-php-php-is-the-best-programming-language-in-the-world-20170922t191603669z |
category | cn |
json_metadata | {"tags":["cn"],"app":"steemit/0.1"} |
created | 2017-09-22 19:16:12 |
last_update | 2017-09-22 19:16:12 |
depth | 3 |
children | 2 |
last_payout | 2017-09-29 19:16:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 35,178,037,825,802 |
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,645,335 |
net_rshares | 0 |
Good posts.. I like it
author | xoxois | ||||||
---|---|---|---|---|---|---|---|
permlink | re-justyy-2017922t192747191z | ||||||
category | cn | ||||||
json_metadata | {"tags":"cn","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-09-22 12:27:51 | ||||||
last_update | 2017-09-22 12:27:51 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-09-29 12:27:51 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 22 | ||||||
author_reputation | 32,706,272,181,022 | ||||||
root_title | "论PHP是世界上最好的语言 PHP is the best programming language in the world!" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 15,612,613 | ||||||
net_rshares | 0 |