freeCodeCamp/mock-guide/english/git/git-hosting/index.md

31 lines
595 B
Markdown
Raw Normal View History

---
title: Git hosting
---
## Git hosting
2018-11-26 11:26:32 +00:00
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
2018-11-26 11:26:32 +00:00
PHP supports ten primitive types.
Four scalar types:
* boolean
* integer
* float (floating-point number, aka double)
* string
Four compound types:
* array
* object
* callable
* iterable
And finally two special types:
* resource
* NULL
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
2018-11-26 11:26:32 +00:00
[PHP Manual](http://php.net/manual/en/language.types.intro.php)