Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 39342f8

Browse files
committedJan 31, 2020
Updated documentation for CArray fill method
1 parent ba8fecc commit 39342f8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 

‎docs/routines/carray_object.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CArray Object
2+
3+
---
4+
5+
## fill
6+
```php
7+
public fill($val) : CArray | Array
8+
```
9+
> Fill the array with a scalar value.
10+
>
11+
##### Parameters
12+
13+
`int|double|float` **$val** All elements of the CArray will be assigned this value.

‎mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dev_addr: '0.0.0.0:8000'
99
pages:
1010
- Home: index.md
1111
- Routines:
12+
- CArray Object: routines/carray_object.md
1213
- Ones and Zeros: routines/ones_and_zeros.md
1314
- Numerical Ranges: routines/numerical_ranges.md
1415
- Transpose: routines/transpose.md

0 commit comments

Comments
 (0)
This repository has been archived.